Skip to content

Commit 7e6ee70

Browse files
as51340matea16
andauthored
feat: Add support for memgraph-lab chart secrets (#1462)
* feat: Add support for secrets to memgraph-lab chart * fix: Typo --------- Co-authored-by: Matea Pesic <80577904+matea16@users.noreply.github.com>
1 parent 997ef95 commit 7e6ee70

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pages/getting-started/install-memgraph/kubernetes.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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
843846
Memgraph Lab can be further configured with environment variables in your
844847
`values.yaml` file.

0 commit comments

Comments
 (0)