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:
podAnnotations: {}
podSecurityContext:
runAsUser: 1000
# fsGroup: 2000
runAsGroup: 1000
fsGroup: 1000
securityContext:
# capabilities:
# drop:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment