feat(mongo): add security context configurations to values.alpha.yaml
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
49162abfb0
commit
04e57693c4
@ -12,6 +12,12 @@ image:
|
||||
pullPolicy: IfNotPresent
|
||||
architecture: standalone
|
||||
useStatefulSet: true
|
||||
podSecurityContext:
|
||||
enabled: true
|
||||
containerSecurityContext:
|
||||
enabled: true
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
auth:
|
||||
enabled: false
|
||||
extraEnvVars: []
|
||||
|
||||
Loading…
Reference in New Issue
Block a user