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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,6 +94,7 @@ In addition to the documented values, all services also support the following va
94
94
| codeIntelDB.storageSize | string |`"200Gi"`| PVC Storage Request for `codeintel-db` data volume |
95
95
| extraResources | list |`[]`| Additional resources to include in the rendered manifest. Templates are supported. |
96
96
| frontend.containerSecurityContext | object |`{"allowPrivilegeEscalation":false,"readOnlyRootFilesystem":true,"runAsGroup":101,"runAsUser":100}`| Security context for the `frontend` container, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container)|
97
+
| frontend.createRoleBinding | bool |`true`| Disable the roleBinding resource for deployment environments blocking RBAC, ex. OpenShift's default "secure" SCC |
97
98
| frontend.env | object | the chart will add some default environment values | Environment variables for the `frontend` container |
98
99
| frontend.image.defaultTag | string |`"6.0.0@sha256:d4f21178096da5fdb3804099ae9de2e050b06e859a327aa79452b1ea2f3ede0a"`| Docker image tag for the `frontend` image |
99
100
| frontend.image.name | string |`"frontend"`| Docker image name for the `frontend` image |
0 commit comments