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
2 changes: 2 additions & 0 deletions pages/getting-started/install-memgraph/kubernetes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,8 @@ their default values.
| `extraVolumes` | Optionally specify extra list of additional volumes | `[]` |
| `extraVolumeMounts` | Optionally specify extra list of additional volumeMounts | `[]` |
| `extraEnv` | Env variables that users can define | `[]` |
| `userContainers.data` | Containers that users can specifiy that will be run aside from the main Memgraph container on data instances. | `[]` |
| `userContainers.coordinators` | Containers that users can specifiy that will be run aside from the main Memgraph container on coordinators. | `[]` |

To change the default chart values, provide your own `values.yaml` file during
the installation:
Expand Down