We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a71963f commit 6ee53e7Copy full SHA for 6ee53e7
silta-cluster/docs/kyverno-policies/README.md
@@ -9,6 +9,7 @@ kubectl apply -f .
9
## Adding privileged pod security policy for system namespaces
10
11
```bash
12
+kubectl label namespace silta-cluster pod-security.kubernetes.io/enforce=privileged
13
kubectl label namespace kube-system pod-security.kubernetes.io/enforce=privileged
14
```
15
0 commit comments