Skip to content

Commit b4ec5bd

Browse files
perdasilvaPer Goncalves da Silva
andauthored
Add kubeapi server access to packageserver network policy (#3581)
Signed-off-by: Per Goncalves da Silva <[email protected]> Co-authored-by: Per Goncalves da Silva <[email protected]>
1 parent d7aaeb1 commit b4ec5bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ spec:
6262
- protocol: TCP
6363
port: {{ .Values.package.service.internalPort }}
6464
egress:
65+
- {{ .Values.networkPolicy.kubeAPIServer | toYaml | nindent 6 | trimSuffix "\n" }}
6566
- {{ .Values.networkPolicy.dns | toYaml | nindent 6 | trimSuffix "\n" }}
6667
- ports:
6768
- protocol: TCP

0 commit comments

Comments
 (0)