Skip to content

Commit f848e98

Browse files
committed
Added new config to readme
1 parent 737bd10 commit f848e98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

charts/sourcegraph/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ In addition to the documented values, all services also support the following va
9494
| codeIntelDB.storageSize | string | `"200Gi"` | PVC Storage Request for `codeintel-db` data volume |
9595
| extraResources | list | `[]` | Additional resources to include in the rendered manifest. Templates are supported. |
9696
| 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 |
9798
| frontend.env | object | the chart will add some default environment values | Environment variables for the `frontend` container |
9899
| frontend.image.defaultTag | string | `"6.0.0@sha256:d4f21178096da5fdb3804099ae9de2e050b06e859a327aa79452b1ea2f3ede0a"` | Docker image tag for the `frontend` image |
99100
| frontend.image.name | string | `"frontend"` | Docker image name for the `frontend` image |

0 commit comments

Comments
 (0)