diff --git a/freeleaps/helm-pkg/3rd/mongo/values.alpha.yaml b/freeleaps/helm-pkg/3rd/mongo/values.alpha.yaml index ee58800b..f25aea0e 100644 --- a/freeleaps/helm-pkg/3rd/mongo/values.alpha.yaml +++ b/freeleaps/helm-pkg/3rd/mongo/values.alpha.yaml @@ -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: []