From ccefac97074d7759e2fc4e658b3edf72e2ebd82e Mon Sep 17 00:00:00 2001 From: Peter Piontek Date: Thu, 2 May 2024 15:11:31 +0200 Subject: [PATCH] Fix typo Changed ValidatingAdmisisonPolicy to ValidatingAdmissionPolicy --- content/en/docs/concepts/security/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/security/_index.md b/content/en/docs/concepts/security/_index.md index 47d4ef8d36..cfd3eb66ea 100644 --- a/content/en/docs/concepts/security/_index.md +++ b/content/en/docs/concepts/security/_index.md @@ -88,7 +88,7 @@ VMware vSphere | https://www.vmware.com/security/hardening-guides | You can define security policies using Kubernetes-native mechanisms, such as [NetworkPolicy](/docs/concepts/services-networking/network-policies/) (declarative control over network packet filtering) or -[ValidatingAdmisisonPolicy](/docs/reference/access-authn-authz/validating-admission-policy/) (declarative restrictions on what changes +[ValidatingAdmissionPolicy](/docs/reference/access-authn-authz/validating-admission-policy/) (declarative restrictions on what changes someone can make using the Kubernetes API). However, you can also rely on policy implementations from the wider