Skip to content
Snippets Groups Projects
Commit d162d449 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

fix(storage): issue with podSecurityContext of storage set fsGroup to 1000

parent 6137ace7
No related branches found
No related tags found
No related merge requests found
Pipeline #154762 passed
...@@ -608,7 +608,8 @@ storage: ...@@ -608,7 +608,8 @@ storage:
podAnnotations: {} podAnnotations: {}
podSecurityContext: podSecurityContext:
runAsUser: 1000 runAsUser: 1000
# fsGroup: 2000 runAsGroup: 1000
fsGroup: 1000
securityContext: securityContext:
# capabilities: # capabilities:
# drop: # drop:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment