From ba8ab6238b7e02b3d10b6869affb660634922fb9 Mon Sep 17 00:00:00 2001 From: Noppadol <79978306+NoppadolXOM@users.noreply.github.com> Date: Mon, 14 Mar 2022 17:58:26 +0700 Subject: [PATCH] Fix link in cluster-level-pss.md Missing a "/" for the link to [Pod Security Standards] --- content/en/docs/tutorials/security/cluster-level-pss.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tutorials/security/cluster-level-pss.md b/content/en/docs/tutorials/security/cluster-level-pss.md index fb610f99a9..4da0502aca 100644 --- a/content/en/docs/tutorials/security/cluster-level-pss.md +++ b/content/en/docs/tutorials/security/cluster-level-pss.md @@ -12,7 +12,7 @@ Pod Security admission (PSA) is enabled by default in v1.23 and later, as it has [graduated to beta](/blog/2021/12/09/pod-security-admission-beta/). Pod Security is an admission controller that carries out checks against the Kubernetes -[Pod Security Standards](docs/concepts/security/pod-security-standards/) when new pods are +[Pod Security Standards](/docs/concepts/security/pod-security-standards/) when new pods are created. This tutorial shows you how to enforce the `baseline` Pod Security Standard at the cluster level which applies a standard configuration to all namespaces in a cluster.