From d910d45c01cec9eaace2865cabbf44ab6789b0b4 Mon Sep 17 00:00:00 2001 From: Christopher Tauchen Date: Thu, 18 Nov 2021 10:26:07 +0000 Subject: [PATCH] GH38823: Fixed typo in namespace selector label for OpenShift SDN --- modules/nw-networkpolicy-multitenant-isolation.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/nw-networkpolicy-multitenant-isolation.adoc b/modules/nw-networkpolicy-multitenant-isolation.adoc index 1cd544ef3c58..0bb754e300df 100644 --- a/modules/nw-networkpolicy-multitenant-isolation.adoc +++ b/modules/nw-networkpolicy-multitenant-isolation.adoc @@ -43,7 +43,7 @@ spec: - from: - namespaceSelector: matchLabels: - policy-group.network.openshift.io/ingress="" + policy-group.network.openshift.io/ingress: "" podSelector: {} policyTypes: - Ingress @@ -52,7 +52,7 @@ EOF + [NOTE] ==== -`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. +`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. ==== .. A policy named `allow-from-openshift-monitoring`: +