From a23b93c3a0062d994b28be91d190a966692c99fc Mon Sep 17 00:00:00 2001
From: Bryan  BRANCOTTE <bryan.brancotte@pasteur.fr>
Date: Mon, 3 Feb 2025 11:44:24 +0100
Subject: [PATCH] set fsGroup

---
 chart/values.yaml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/chart/values.yaml b/chart/values.yaml
index 18524256..2185f0fe 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -32,8 +32,7 @@ serviceAccount:
 podAnnotations: {}
 
 podSecurityContext:
-  {}
-  # fsGroup: 1001
+  fsGroup: 1000
 
 securityContext:
   runAsNonRoot: true
-- 
GitLab