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