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: {}
podSecurityContext: {}
# fsGroup: 2000
podSecurityContext:
fsGroup: 1000
# Annotations to add to the deployment
deploymentAnnotations: {}