From 4195795d1fe1daa62879b4336b9259f15b60eec2 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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/nw-networkpolicy-multitenant-isolation.adoc b/modules/nw-networkpolicy-multitenant-isolation.adoc index aeb97a157d5d..b4f1973c3d96 100644 --- a/modules/nw-networkpolicy-multitenant-isolation.adoc +++ b/modules/nw-networkpolicy-multitenant-isolation.adoc @@ -43,13 +43,12 @@ spec: - from: - namespaceSelector: matchLabels: - policy-group.network.openshift.io/ingress="" + policy-group.network.openshift.io/ingress: "" podSelector: {} policyTypes: - Ingress EOF ---- - .. A policy named `allow-from-openshift-monitoring`: + [source,terminal]