feat(mongo): add runAsNonRoot configuration to security context in values.alpha.yaml
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
04e57693c4
commit
c3c01a6bee
@ -18,6 +18,7 @@ containerSecurityContext:
|
||||
enabled: true
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
runAsNonRoot: false
|
||||
auth:
|
||||
enabled: false
|
||||
extraEnvVars: []
|
||||
|
||||
Loading…
Reference in New Issue
Block a user