Fix typo and remove duplicate reference (#17666)
`AllowedHostPaths` appeared twice
This commit is contained in:
parent
5cb0e3d7b4
commit
10c3c6765a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue