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 9ffd24b commit 3b8a2a0Copy full SHA for 3b8a2a0
content/en/docs/concepts/security/pod-security-policy.md
@@ -215,7 +215,7 @@ controller selects policies according to the following criteria:
215
(ordered by name) to allow the pod is selected.
216
217
When a Pod is validated against a PodSecurityPolicy, [a `kubernetes.io/psp` annotation](/docs/reference/labels-annotations-taints/#kubernetes-io-psp)
218
-is added with its name as its value.
+is added to the Pod, with the name of the PodSecurityPolicy as the annotation value.
219
220
{{< note >}}
221
During update operations (during which mutations to pod specs are disallowed)
0 commit comments