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 ffe0625 commit cda4c90Copy full SHA for cda4c90
deploy/chart/templates/0000_50_olm_01-networkpolicies.yaml
@@ -41,7 +41,7 @@ spec:
41
egress:
42
- {{ .Values.networkPolicy.kubeAPIServer | toYaml | nindent 6 | trimSuffix "\n" }}
43
- {{ .Values.networkPolicy.dns | toYaml | nindent 6 | trimSuffix "\n" }}
44
- - ports: # This is another distinct rule in the egress list
+ - ports:
45
- protocol: TCP
46
port: {{ .Values.catalogGrpcPodPort }}
47
policyTypes:
0 commit comments