fix(helm): Set fsGroup in podSecurityContext for proper volume permissions

This commit is contained in:
Br1an67
2026-03-09 01:42:13 +00:00
parent 2685e5d5fc
commit 86706d84e1
+2 -2
View File
@@ -51,8 +51,8 @@ serviceAccount:
podAnnotations: {} podAnnotations: {}
podSecurityContext: {} podSecurityContext:
# fsGroup: 2000 fsGroup: 1000
# Annotations to add to the deployment # Annotations to add to the deployment
deploymentAnnotations: {} deploymentAnnotations: {}