diff --git a/apps/templates/mbgwp-helm.yaml b/apps/templates/mbgwp-helm.yaml index d23c012..1e6cc47 100644 --- a/apps/templates/mbgwp-helm.yaml +++ b/apps/templates/mbgwp-helm.yaml @@ -75,8 +75,8 @@ spec: containerSecurityContext: enabled: true seLinuxOptions: {} - runAsUser: 1001 - runAsGroup: 1001 + runAsUser: 0 + runAsGroup: 0 runAsNonRoot: false privileged: false readOnlyRootFilesystem: true