From 86706d84e106bc4fca428db3371260a34cffa4ab Mon Sep 17 00:00:00 2001 From: Br1an67 <932039080@qq.com> Date: Mon, 9 Mar 2026 01:41:26 +0000 Subject: [PATCH] fix(helm): Set fsGroup in podSecurityContext for proper volume permissions --- charts/planka/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/planka/values.yaml b/charts/planka/values.yaml index 5e84065f..695431e2 100644 --- a/charts/planka/values.yaml +++ b/charts/planka/values.yaml @@ -51,8 +51,8 @@ serviceAccount: podAnnotations: {} -podSecurityContext: {} - # fsGroup: 2000 +podSecurityContext: + fsGroup: 1000 # Annotations to add to the deployment deploymentAnnotations: {}