Skip to content

Commit 9425003

Browse files
committed
Update comments for README
1 parent 6c28348 commit 9425003

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

charts/sourcegraph-executor/k8s/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ In addition to the documented values, the `executor` and `private-docker-registr
7777
| executor.kubernetesJob.resources.limits.memory | string | `"12Gi"` | The maximum memory for a job. |
7878
| executor.kubernetesJob.resources.requests.cpu | string | `""` | The requested CPU for a job. |
7979
| executor.kubernetesJob.resources.requests.memory | string | `"1Gi"` | The requested memory for a job. |
80-
| executor.kubernetesJob.runAsGroup | int | `nil` | The group ID to run Kubernetes jobs as. |
81-
| executor.kubernetesJob.runAsUser | int | `nil` | The user ID to run Kubernetes jobs as. |
80+
| executor.kubernetesJob.runAsGroup | int | `nil`; accepts [0, 2147483647] | The group ID to run Kubernetes jobs as. |
81+
| executor.kubernetesJob.runAsUser | int | `nil`; accepts [0, 2147483647] | The user ID to run Kubernetes jobs as. |
8282
| executor.log.format | string | `"condensed"` | |
8383
| executor.log.level | string | `"warn"` | Possible values are `dbug`, `info`, `warn`, `eror`, `crit`. |
8484
| executor.log.trace | string | `"false"` | |

charts/sourcegraph-executor/k8s/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,10 @@ executor:
9595
# -- The number of seconds after which a Kubernetes job will be terminated.
9696
deadline: "1200"
9797
# -- (int) The user ID to run Kubernetes jobs as.
98+
# @default -- `nil`; accepts [0, 2147483647]
9899
runAsUser:
99100
# -- (int) The group ID to run Kubernetes jobs as.
101+
# @default -- `nil`; accepts [0, 2147483647]
100102
runAsGroup:
101103
# -- The group ID which is set on the job PVC file system.
102104
fsGroup: "1000"

0 commit comments

Comments
 (0)