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 @@ -285,6 +285,9 @@ their default values.
| `sysctlInitContainer.image.repository` | Busybox image repository | `library/busybox` |
| `sysctlInitContainer.image.tag` | Specific tag for the Busybox Docker image | `latest` |
| `sysctlInitContainer.image.pullPolicy` | Image pull policy for busybox | `IfNotPresent` |
| `lifecycleHooks` | For the memgraph container(s) to automate configuration before or after startup | `[]` |
| `extraVolumes` | Optionally specify extra list of additional volumes | `[]` |
| `extraVolumeMounts` | Optionally specify extra list of additional volumeMounts | `[]` |
| `extraEnv` | Env variables that users can define | `[]` |

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