Skip to content

Commit ac67495

Browse files
misc: readme update
1 parent 92e614f commit ac67495

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

charts/sourcegraph-executor/k8s/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ In addition to the documented values, the `executor` and `private-docker-registr
8989
| executor.queueName | string | `""` | The name of the queue to pull jobs from to. Possible values: batches and codeintel. **Either this or queueNames is required.** |
9090
| executor.queueNames | list | `[]` | The names of multiple queues to pull jobs from to. Possible values: batches and codeintel. **Either this or queueName is required.** |
9191
| executor.replicas | int | `1` | |
92+
| executor.securityContext | object | `{"fsGroup":null,"privileged":false,"runAsGroup":null,"runAsUser":null}` | The containerSecurityContext for the executor image |
9293
| executor.storageSize | string | `"10Gi"` | The storage size of the PVC attached to the executor deployment. |
9394
| executor.tolerations | list | `[]` | Tolerations, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/) |
9495
| sourcegraph.affinity | object | `{}` | Affinity, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity) |

0 commit comments

Comments
 (0)