Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions pages/getting-started/install-memgraph/kubernetes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -839,6 +839,9 @@ and their default values.
| `serviceAccount.create` | Specifies whether a service account should be created | `true` |
| `serviceAccount.annotations` | Annotations to add to the service account | `{}` |
| `serviceAccount.name` | The name of the service account to use. If not set and create is true, a name is generated. | `""` |
| `secrets.enabled` | Enable the use of Kubernetes secrets. Will be injected as env variables. | `false` |
| `secrets.name` | The name of the Kubernetes secret that will be used. | `memgraph-secrets` |
| `secrets.keys` | Keys from the `secrets.name` that will be stored as env variables inside the pod. | `[]` |

Memgraph Lab can be further configured with environment variables in your
`values.yaml` file.
Expand Down