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
@@ -307,7 +307,9 @@ In addition to the documented values, all services also support the following va
307
307
| searcher.serviceAccount.create | bool |`false`| Enable creation of ServiceAccount for `searcher`|
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
+
| sourcegraph."serviceAccount.create" | object |`{}`| Global service account creation settings that can be overridden per service Controls whether service accounts should be automatically created |
310
311
| 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)|
312
+
| 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
313
| 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,6 +321,8 @@ In addition to the documented values, all services also support the following va
319
321
| sourcegraph.nodeSelector | object |`{}`| Global NodeSelector, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector)|
320
322
| sourcegraph.podAnnotations | object |`{}`| Add extra annotations to attach to all pods |
321
323
| sourcegraph.podLabels | object |`{}`| Add extra labels to attach to all pods |
324
+
| sourcegraph.podSecurityContext | object |`{}`| Global pod security context settings that can be overridden per service Controls pod-level security attributes like fsGroup and runAsUser |
325
+
| sourcegraph.privileged | object |`{}`| Global privileged mode settings that can be overridden per service Determines if pods/containers can run with elevated privileges |
322
326
| 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)|
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/)|
0 commit comments