From ffb7e4bc67732b48972eabb9f436cd133433d55f Mon Sep 17 00:00:00 2001 From: Christopher Negus Date: Wed, 4 May 2022 14:03:42 +0000 Subject: [PATCH] Small edit of pod security doc --- content/en/docs/concepts/security/pod-security-policy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/security/pod-security-policy.md b/content/en/docs/concepts/security/pod-security-policy.md index 30b0c8bab0..cc0acc410d 100644 --- a/content/en/docs/concepts/security/pod-security-policy.md +++ b/content/en/docs/concepts/security/pod-security-policy.md @@ -658,7 +658,7 @@ added. Capabilities listed in `RequiredDropCapabilities` must not be included in **DefaultAddCapabilities** - The capabilities which are added to containers by default, in addition to the runtime defaults. See the -the documentation for your container runtime for information on working with Linux capabilities. +documentation for your container runtime for information on working with Linux capabilities. ### SELinux