Merge pull request #1574 from Br1an67/fix/issue-956-helm-fsgroup
Set fsGroup in podSecurityContext for proper volume permissions
This commit is contained in:
@@ -51,8 +51,8 @@ serviceAccount:
|
||||
|
||||
podAnnotations: {}
|
||||
|
||||
podSecurityContext: {}
|
||||
# fsGroup: 2000
|
||||
podSecurityContext:
|
||||
fsGroup: 1000
|
||||
|
||||
# Annotations to add to the deployment
|
||||
deploymentAnnotations: {}
|
||||
|
||||
Reference in New Issue
Block a user