diff --git a/content/en/docs/concepts/policy/pod-security-policy.md b/content/en/docs/concepts/policy/pod-security-policy.md index 1e796586ac..2b2e1dc05c 100644 --- a/content/en/docs/concepts/policy/pod-security-policy.md +++ b/content/en/docs/concepts/policy/pod-security-policy.md @@ -156,7 +156,7 @@ Roles](/docs/reference/access-authn-authz/rbac/#controller-roles). In addition to restricting pod creation and update, pod security policies can also be used to provide default values for many of the fields that it controls. When multiple policies are available, the pod security policy -controller selects policies in the following order: +controller selects policies according to the following criteria: 1. If any policies successfully validate the pod without altering it, they are used.