We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbc07a1 commit c5c4eb6Copy full SHA for c5c4eb6
charts/sourcegraph-executor/k8s/values.yaml
@@ -95,9 +95,11 @@ executor:
95
# -- The number of seconds after which a Kubernetes job will be terminated.
96
deadline: "1200"
97
# -- The user ID to run Kubernetes jobs as.
98
- runAsUser: -1
+ # -- Set only if used. The `sourcegraph` UID is 100.
99
+ # runAsUser: 100
100
# -- The group ID to run Kubernetes jobs as.
- runAsGroup: -1
101
+ # -- Set only if used. The `sourcegraph` GID is 101.
102
+ # runAsGroup: 101
103
# -- The group ID which is set on the job PVC file system.
104
fsGroup: "1000"
105
resources:
0 commit comments