mirror of https://github.com/knative/docs.git
RunAsNonRoot can be set to true without the feature flag (#3969)
This commit is contained in:
parent
b809ba31c7
commit
4c24858f5a
|
@ -255,7 +255,7 @@ PodSecurityContext properties:
|
|||
|
||||
When set to "enabled" or "allowed" it allows the following
|
||||
Container SecurityContext properties:
|
||||
- RunAsNonRoot
|
||||
- RunAsNonRoot (also allowed without this flag only when set to true)
|
||||
- RunAsGroup
|
||||
- RunAsUser (already allowed without this flag)
|
||||
|
||||
|
|
Loading…
Reference in New Issue