RunAsNonRoot can be set to true without the feature flag (#3969)

This commit is contained in:
Senthilnathan M 2021-07-08 03:13:22 +05:30 committed by GitHub
parent b809ba31c7
commit 4c24858f5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)