From 2a6272ddf83f22c04f2a8180531ae00c3e24e85c Mon Sep 17 00:00:00 2001 From: Shubham Kuchhal Date: Tue, 14 Sep 2021 18:18:31 +0530 Subject: [PATCH] Fixed the link for Exemptions. --- .../enforce-standards-admission-controller.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/configure-pod-container/enforce-standards-admission-controller.md b/content/en/docs/tasks/configure-pod-container/enforce-standards-admission-controller.md index c3dcb0e995..ef8206b1b6 100644 --- a/content/en/docs/tasks/configure-pod-container/enforce-standards-admission-controller.md +++ b/content/en/docs/tasks/configure-pod-container/enforce-standards-admission-controller.md @@ -9,7 +9,7 @@ min-kubernetes-server-version: v1.22 As of v1.22, Kubernetes provides a built-in [admission controller](/docs/reference/access-authn-authz/admission-controllers/#podsecurity) to enforce the [Pod Security Standards](/docs/concepts/security/pod-security-standards). -You can configure this admission controller to set cluster-wide defaults and [exemptions](#exemptions). +You can configure this admission controller to set cluster-wide defaults and [exemptions](/docs/concepts/security/pod-security-admission/#exemptions). ## {{% heading "prerequisites" %}}