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

default user id for openshift

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