File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
pages/getting-started/install-memgraph Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -839,6 +839,9 @@ and their default values.
839839| `serviceAccount.create` | Specifies whether a service account should be created | `true` |
840840| `serviceAccount.annotations` | Annotations to add to the service account | `{}` |
841841| `serviceAccount.name` | The name of the service account to use. If not set and create is true, a name is generated. | `""` |
842+ | `secrets.enabled` | Enable the use of Kubernetes secrets. Will be injected as env variables. | `false` |
843+ | `secrets.name` | The name of the Kubernetes secret that will be used. | `memgraph-secrets` |
844+ | `secrets.keys` | Keys from the `secrets.name` that will be stored as env variables inside the pod. | `[]` |
842845
843846Memgraph Lab can be further configured with environment variables in your
844847`values.yaml` file.
You can’t perform that action at this time.
0 commit comments