diff --git a/apps/templates/mbgwp-helm.yaml b/apps/templates/mbgwp-helm.yaml index 9dcfd6c..d23c012 100644 --- a/apps/templates/mbgwp-helm.yaml +++ b/apps/templates/mbgwp-helm.yaml @@ -75,8 +75,8 @@ spec: containerSecurityContext: enabled: true seLinuxOptions: {} - runAsUser: 0 - runAsGroup: 0 + runAsUser: 1001 + runAsGroup: 1001 runAsNonRoot: false privileged: false readOnlyRootFilesystem: true @@ -84,7 +84,7 @@ spec: capabilities: drop: ["ALL"] seccompProfile: - type: "RuntimeDefault + type: "RuntimeDefault" syncPolicy: syncOptions: