Skip to content

Commit cda4c90

Browse files
perdasilvaPer Goncalves da Silva
and
Per Goncalves da Silva
authored
remove superfluous comment from template (#3585)
Signed-off-by: Per Goncalves da Silva <[email protected]> Co-authored-by: Per Goncalves da Silva <[email protected]>
1 parent ffe0625 commit cda4c90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/chart/templates/0000_50_olm_01-networkpolicies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ spec:
4141
egress:
4242
- {{ .Values.networkPolicy.kubeAPIServer | toYaml | nindent 6 | trimSuffix "\n" }}
4343
- {{ .Values.networkPolicy.dns | toYaml | nindent 6 | trimSuffix "\n" }}
44-
- ports: # This is another distinct rule in the egress list
44+
- ports:
4545
- protocol: TCP
4646
port: {{ .Values.catalogGrpcPodPort }}
4747
policyTypes:

0 commit comments

Comments
 (0)