fix(helm): Set fsGroup in podSecurityContext for proper volume permissions
This commit is contained in:
@@ -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: {}
|
||||||
|
|||||||
Reference in New Issue
Block a user