We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75fd4ed commit 51f68ebCopy full SHA for 51f68eb
modules/administration-guide/pages/configuring-network-policies.adoc
@@ -84,9 +84,7 @@ metadata:
84
name: allow-from-workspaces-namespaces
85
namespace: {prod-namespace} <1>
86
spec:
87
- podSelector:
88
- matchLabels:
89
- app.kubernetes.io/component: che-gateway <2>
+ podSelector: {} <2>
90
ingress:
91
- from:
92
- podSelector: {}
@@ -98,7 +96,7 @@ spec:
98
96
----
99
97
<1> The {prod-short} namespace.
100
The default is `{prod-namespace}`.
101
-<2> The `podSelector` only selects che-gateway pods
+<2> The empty `podSelector` selects all pods in the {prod-short} namespace.
102
====
103
+
104
0 commit comments