Merge pull request #1574 from Br1an67/fix/issue-956-helm-fsgroup

Set fsGroup in podSecurityContext for proper volume permissions
This commit is contained in:
Daniel Hiller
2026-09-17 02:00:17 +02:00
committed by GitHub
+2 -2
View File
@@ -51,8 +51,8 @@ serviceAccount:
podAnnotations: {}
podSecurityContext: {}
# fsGroup: 2000
podSecurityContext:
fsGroup: 1000
# Annotations to add to the deployment
deploymentAnnotations: {}