From 8573e9d92f280d9c234461b7ffcfc2a91b9d4108 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Wed, 26 Feb 2025 15:37:05 +0100 Subject: [PATCH] Make root --- apps/templates/mbgwp-helm.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: