From 3b8a2a01fab70424aa4b3ed05069e65c15feeff6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mah=C3=A9?= Date: Wed, 29 Jun 2022 09:26:06 +0200 Subject: [PATCH] Clarify the reference to the psp annotation in the concept page Co-authored-by: Tim Bannister --- content/en/docs/concepts/security/pod-security-policy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/security/pod-security-policy.md b/content/en/docs/concepts/security/pod-security-policy.md index 329382482e..59215c3380 100644 --- a/content/en/docs/concepts/security/pod-security-policy.md +++ b/content/en/docs/concepts/security/pod-security-policy.md @@ -215,7 +215,7 @@ controller selects policies according to the following criteria: (ordered by name) to allow the pod is selected. When a Pod is validated against a PodSecurityPolicy, [a `kubernetes.io/psp` annotation](/docs/reference/labels-annotations-taints/#kubernetes-io-psp) -is added with its name as its value. +is added to the Pod, with the name of the PodSecurityPolicy as the annotation value. {{< note >}} During update operations (during which mutations to pod specs are disallowed)