Skip to content
Snippets Groups Projects
Commit 315df87e authored by Andrea Michelotti's avatar Andrea Michelotti
Browse files

default service account

parent 4bdb187d
No related branches found
No related tags found
No related merge requests found
...@@ -26,13 +26,12 @@ serviceAccount: ...@@ -26,13 +26,12 @@ serviceAccount:
podAnnotations: {} podAnnotations: {}
podSecurityContext: podSecurityContext:
runAsUser: 1000 # Set the user ID you want runAsNonRoot: true
fsGroup: 100 # Set the group ID you want allowPrivilegeEscalation: true
securityContext: securityContext:
runAsUser: 1000 # Set the user ID you want
fsGroup: 0 # Set the group ID you want
# capabilities:
# drop: # drop:
# - ALL # - ALL
# readOnlyRootFilesystem: true # readOnlyRootFilesystem: true
......
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