Skip to content

Commit 3516b2e

Browse files
authored
Merge pull request #29528 from tylerauerbeck/fix-pod-sec-adm-link
Fix link in pod-security-admission
2 parents 6dd6964 + 3dc8694 commit 3516b2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/security/pod-security-admission.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ applied to workload resources, only to the resulting pod objects.
103103
You can define _exemptions_ from pod security enforcement in order allow the creation of pods that
104104
would have otherwise been prohibited due to the policy associated with a given namespace.
105105
Exemptions can be statically configured in the
106-
[Admission Controller configuration](#configuring-the-admission-controller).
106+
[Admission Controller configuration](/docs/tasks/configure-pod-container/enforce-standards-admission-controller/#configure-the-admission-controller).
107107
108108
Exemptions must be explicitly enumerated. Requests meeting exemption criteria are _ignored_ by the
109109
Admission Controller (all `enforce`, `audit` and `warn` behaviors are skipped). Exemption dimensions include:

0 commit comments

Comments
 (0)