You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/sourcegraph/README.md
+4
Original file line number
Diff line number
Diff line change
@@ -308,6 +308,7 @@ In addition to the documented values, all services also support the following va
308
308
| searcher.serviceAccount.name | string |`""`| Name of the ServiceAccount to be created or an existing ServiceAccount |
309
309
| searcher.storageSize | string |`"26Gi"`| Size of the PVC for searcher pods to store cache data |
310
310
| sourcegraph.affinity | object |`{}`| Global Affinity, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity)|
311
+
| sourcegraph.containerSecurityContext | object |`{}`| Global container security context settings that can be overridden per service Used to set security parameters like runAsUser, privileged mode, etc. |
311
312
| sourcegraph.image.defaultTag | string |`"{{ .Chart.AppVersion }}"`| Global docker image tag |
| sourcegraph.image.repository | string |`"index.docker.io/sourcegraph"`| Global docker image registry or prefix |
@@ -319,7 +320,10 @@ In addition to the documented values, all services also support the following va
319
320
| sourcegraph.nodeSelector | object |`{}`| Global NodeSelector, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector)|
320
321
| sourcegraph.podAnnotations | object |`{}`| Add extra annotations to attach to all pods |
321
322
| sourcegraph.podLabels | object |`{}`| Add extra labels to attach to all pods |
323
+
| sourcegraph.podSecurityContext | object |`{}`| Global pod security context settings that can be overridden per service Controls pod-level security attributes like fsGroup and runAsUser |
324
+
| sourcegraph.privileged | object |`{}`| Global privileged mode settings that can be overridden per service Determines if pods/containers can run with elevated privileges |
322
325
| sourcegraph.revisionHistoryLimit | int |`10`| Global deployment clean up policy, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#clean-up-policy)|
326
+
| sourcegraph.serviceAccount | object |`{"create":false}`| Global service account creation settings that can be overridden per service Controls whether service accounts should be automatically created |
323
327
| sourcegraph.serviceLabels | object |`{}`| Add extra labels to all services |
324
328
| sourcegraph.tolerations | list |`[]`| Global Tolerations, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/)|
325
329
| storageClass.allowedTopologies | list |`[]`| Persistent volumes topology configuration, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/concepts/storage/storage-classes/#allowed-topologies)|
0 commit comments