Skip to content

Commit c5c4eb6

Browse files
committed
Comment out runAsUser and runAsGroup in values.yaml instead of using the defunct default values of -1.
1 parent bbc07a1 commit c5c4eb6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

charts/sourcegraph-executor/k8s/values.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,11 @@ executor:
9595
# -- The number of seconds after which a Kubernetes job will be terminated.
9696
deadline: "1200"
9797
# -- The user ID to run Kubernetes jobs as.
98-
runAsUser: -1
98+
# -- Set only if used. The `sourcegraph` UID is 100.
99+
# runAsUser: 100
99100
# -- The group ID to run Kubernetes jobs as.
100-
runAsGroup: -1
101+
# -- Set only if used. The `sourcegraph` GID is 101.
102+
# runAsGroup: 101
101103
# -- The group ID which is set on the job PVC file system.
102104
fsGroup: "1000"
103105
resources:

0 commit comments

Comments
 (0)