From 5167ab5c884369430a1d562f41f97a48a8b9d8cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mah=C3=A9?= Date: Wed, 31 Aug 2022 16:55:05 +0200 Subject: [PATCH] Use correct name for PodSecurityPolicy admission controller --- content/en/docs/concepts/security/security-checklist.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/security/security-checklist.md b/content/en/docs/concepts/security/security-checklist.md index 69325d0f72..2c847b23de 100644 --- a/content/en/docs/concepts/security/security-checklist.md +++ b/content/en/docs/concepts/security/security-checklist.md @@ -112,7 +112,7 @@ unrestricted access to the schedulable nodes of a cluster. [Pod Security Admission](/docs/concepts/security/pod-security-admission/) is an admission controller to enable fine-grained authorization of Pod creation and -updates. It replaces the Pod Security Policy admission controller. +updates. It replaces the PodSecurityPolicy admission controller. The [Pod Security Standards](/docs/concepts/security/pod-security-standards/) define three different policies that restrict how fields can be set in the `PodSpec`. For a hands-on tutorial on Pod Security, see the blog post