Skip to content

Commit bc777a7

Browse files
add default pod security context
1 parent 21dc5fc commit bc777a7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

charts/sourcebot/values.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,11 @@ sourcebot:
9090
automount: false
9191

9292
# -- Set the pod-level security context
93-
podSecurityContext: {}
94-
# runAsUser: 1000
95-
# runAsGroup: 1000
96-
# runAsNonRoot: true
97-
# fsGroup: 1000
93+
podSecurityContext:
94+
runAsUser: 1500
95+
runAsGroup: 1500
96+
fsGroup: 1500
97+
runAsNonRoot: true
9898

9999
# -- Set the container-level security context
100100
containerSecurityContext: {}

0 commit comments

Comments
 (0)