Skip to content

Commit f074f92

Browse files
author
Christopher Tauchen
authored
Merge pull request #38897 from ctauchen/GH38823
GH38823: Fixed typo in namespace selector label for OpenShift SDN [Fixes #38823]
2 parents 484773d + d910d45 commit f074f92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/nw-networkpolicy-multitenant-isolation.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ spec:
4343
- from:
4444
- namespaceSelector:
4545
matchLabels:
46-
policy-group.network.openshift.io/ingress=""
46+
policy-group.network.openshift.io/ingress: ""
4747
podSelector: {}
4848
policyTypes:
4949
- Ingress
@@ -52,7 +52,7 @@ EOF
5252
+
5353
[NOTE]
5454
====
55-
`policy-group.network.openshift.io/ingress=""` is the preferred namespace selector label for OpenShift SDN. You can use the `network.openshift.io/policy-group: ingress` namespace selector label, but this is a legacy label.
55+
`policy-group.network.openshift.io/ingress: ""` is the preferred namespace selector label for OpenShift SDN. You can use the `network.openshift.io/policy-group: ingress` namespace selector label, but this is a legacy label.
5656
====
5757
.. A policy named `allow-from-openshift-monitoring`:
5858
+

0 commit comments

Comments
 (0)