File tree Expand file tree Collapse file tree 2 files changed +33
-0
lines changed
staging/operator-lifecycle-manager/deploy/chart/templates Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Original file line number Diff line number Diff line change
1
+ apiVersion : networking.k8s.io/v1
2
+ kind : NetworkPolicy
3
+ metadata :
4
+ name : default-allow-all
5
+ namespace : openshift-operators
6
+ annotations :
7
+ include.release.openshift.io/ibm-cloud-managed : " true"
8
+ include.release.openshift.io/self-managed-high-availability : " true"
9
+ capability.openshift.io/name : " OperatorLifecycleManager"
10
+ include.release.openshift.io/hypershift : " true"
11
+ spec :
12
+ podSelector : {}
13
+ policyTypes :
14
+ - Ingress
15
+ - Egress
16
+ ingress :
17
+ - {}
18
+ egress :
19
+ - {}
Original file line number Diff line number Diff line change
1
+ apiVersion : networking.k8s.io/v1
2
+ kind : NetworkPolicy
3
+ metadata :
4
+ name : default-allow-all
5
+ namespace : {{ .Values.operator_namespace }}
6
+ spec :
7
+ podSelector : {}
8
+ policyTypes :
9
+ - Ingress
10
+ - Egress
11
+ ingress :
12
+ - {}
13
+ egress :
14
+ - {}
You can’t perform that action at this time.
0 commit comments