Apply suggestions from code review
Co-authored-by: Marco Ebert <marco_ebert@icloud.com>
This commit is contained in:
parent
0158afe4c9
commit
bcd1e9d3e6
1 changed files with 2 additions and 2 deletions
|
@ -228,9 +228,9 @@ As of version `1.26.0` of this chart, by simply not providing any clusterIP valu
|
|||
|
||||
### Pod Security Admission
|
||||
|
||||
You can use PSA by applying label to `ingress-nginx` namespace as instructed by [Pod Security Admission](https://kubernetes.io/docs/tasks/configure-pod-container/enforce-standards-namespace-labels/)
|
||||
You can use Pod Security Admission by applying labels to the `ingress-nginx` namespace as instructed by the [documentation](https://kubernetes.io/docs/tasks/configure-pod-container/enforce-standards-namespace-labels).
|
||||
|
||||
For now, highest level can be <strong>enforced</strong> is `baseline`
|
||||
For now, highest level, which can be enforced, is `baseline`.
|
||||
|
||||
Example:
|
||||
|
||||
|
|
Loading…
Reference in a new issue