Skip to content

Commit ad9b600

Browse files
authored
Merge pull request #91769 from JoeAldinger/OCPBUGS-53398
OCPBUGS-53398:updates policy group label
2 parents 959d1c6 + 312f4ab commit ad9b600

3 files changed

+3
-3
lines changed

modules/nw-networkpolicy-about.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ spec:
5151
- from:
5252
- namespaceSelector:
5353
matchLabels:
54-
network.openshift.io/policy-group: ingress
54+
policy-group.network.openshift.io/ingress: ""
5555
podSelector: {}
5656
policyTypes:
5757
- Ingress

modules/nw-networkpolicy-multitenant-isolation.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Spec:
126126
Allowing ingress traffic:
127127
To Port: <any> (traffic allowed to all ports)
128128
From:
129-
NamespaceSelector: network.openshift.io/policy-group: ingress
129+
NamespaceSelector: policy-group.network.openshift.io/ingress:
130130
Not affecting egress traffic
131131
Policy Types: Ingress
132132

modules/nw-networkpolicy-project-defaults.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ objects:
5555
- from:
5656
- namespaceSelector:
5757
matchLabels:
58-
network.openshift.io/policy-group: ingress
58+
policy-group.network.openshift.io/ingress:
5959
podSelector: {}
6060
policyTypes:
6161
- Ingress

0 commit comments

Comments
 (0)