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