Add more context in the annotation page

Co-authored-by: Tim Bannister <tim@scalefactory.com>
This commit is contained in:
Mahé
2022-06-29 09:27:42 +02:00
committed by GitHub
parent 3b8a2a01fa
commit 23eea7e122
@@ -622,7 +622,11 @@ for more information.
Example: `kubernetes.io/psp: restricted`
Value is the name of the [PodSecurityPolicy](/docs/concepts/security/pod-security-policy/) that was validated against the ressource.
This annotation is only relevant if you are using [PodSecurityPolicies](/docs/concepts/security/pod-security-policy/).
When the PodSecurityPolicy admission controller admits a Pod, the admission controller
modifies the Pod to have this annotation.
The value of the annotation is the name of the PodSecurityPolicy that was used for validation.
### seccomp.security.alpha.kubernetes.io/pod (deprecated) {#seccomp-security-alpha-kubernetes-io-pod}