diff --git a/pages/getting-started/install-memgraph/kubernetes.mdx b/pages/getting-started/install-memgraph/kubernetes.mdx index 88791dbde..ebe577205 100644 --- a/pages/getting-started/install-memgraph/kubernetes.mdx +++ b/pages/getting-started/install-memgraph/kubernetes.mdx @@ -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