We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7aaeb1 commit b4ec5bdCopy full SHA for b4ec5bd
deploy/chart/templates/0000_50_olm_01-networkpolicies.yaml
@@ -62,6 +62,7 @@ spec:
62
- protocol: TCP
63
port: {{ .Values.package.service.internalPort }}
64
egress:
65
+ - {{ .Values.networkPolicy.kubeAPIServer | toYaml | nindent 6 | trimSuffix "\n" }}
66
- {{ .Values.networkPolicy.dns | toYaml | nindent 6 | trimSuffix "\n" }}
67
- ports:
68
0 commit comments