Skip to content

Commit a59b763

Browse files
add default pod security context
1 parent 689f58c commit a59b763

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
@@ -93,11 +93,11 @@ sourcebot:
9393
automount: false
9494

9595
# -- Set the pod-level security context
96-
podSecurityContext: {}
97-
# runAsUser: 1000
98-
# runAsGroup: 1000
99-
# runAsNonRoot: true
100-
# fsGroup: 1000
96+
podSecurityContext:
97+
runAsUser: 1500
98+
runAsGroup: 1500
99+
fsGroup: 1500
100+
runAsNonRoot: true
101101

102102
# -- Set the container-level security context
103103
containerSecurityContext: {}

0 commit comments

Comments
 (0)