From 10c3c6765ae68f5a3d4d3dfd390d020923129ea7 Mon Sep 17 00:00:00 2001 From: Pablo Castellano Date: Mon, 13 Jan 2020 13:43:37 +0100 Subject: [PATCH] Fix typo and remove duplicate reference (#17666) `AllowedHostPaths` appeared twice --- content/en/docs/concepts/policy/pod-security-policy.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/content/en/docs/concepts/policy/pod-security-policy.md b/content/en/docs/concepts/policy/pod-security-policy.md index 1b2211c6b5..fcf7ff493a 100644 --- a/content/en/docs/concepts/policy/pod-security-policy.md +++ b/content/en/docs/concepts/policy/pod-security-policy.md @@ -361,7 +361,7 @@ podsecuritypolicy "example" deleted ### Example Policies -This is the least restricted policy you can create, equivalent to not using the +This is the least restrictive policy you can create, equivalent to not using the pod security policy admission controller: {{< codenew file="policy/privileged-psp.yaml" >}} @@ -401,8 +401,6 @@ pods on the same node. network namespace. Defined as a list of `HostPortRange`, with `min`(inclusive) and `max`(inclusive). Defaults to no allowed host ports. -**AllowedHostPaths** - See [Volumes and file systems](#volumes-and-file-systems). - ### Volumes and file systems **Volumes** - Provides a whitelist of allowed volume types. The allowable values