Skip to content

Commit 959d775

Browse files
perdasilvaPer Goncalves da Silva
authored andcommitted
remove superfluous comment from template (#3585)
Signed-off-by: Per Goncalves da Silva <[email protected]> Co-authored-by: Per Goncalves da Silva <[email protected]> Upstream-repository: operator-lifecycle-manager Upstream-commit: cda4c90210f9ec461542ca6d5df523b9bc1232b0
1 parent d0e2508 commit 959d775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

staging/operator-lifecycle-manager/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)