feat(mongo): remove pod and container security context configurations in values.alpha.yaml

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-02-21 17:28:26 +08:00
parent 4718bb3002
commit d8b046dc97

View File

@ -12,13 +12,6 @@ image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
architecture: standalone architecture: standalone
useStatefulSet: true useStatefulSet: true
podSecurityContext:
enabled: true
fsGroup: 999
containerSecurityContext:
enabled: true
runAsUser: 999
runAsGroup: 999
auth: auth:
enabled: false enabled: false
extraEnvVars: [] extraEnvVars: []