From b753ed1d47b6445ed09eb1f09440ea7c506ee2f9 Mon Sep 17 00:00:00 2001 From: Andi Skrgat Date: Wed, 24 Sep 2025 07:34:00 +0200 Subject: [PATCH] docs: Document extra hooks, volumes and volume mounts --- pages/getting-started/install-memgraph/kubernetes.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pages/getting-started/install-memgraph/kubernetes.mdx b/pages/getting-started/install-memgraph/kubernetes.mdx index 688d2b95c..f4be40fc1 100644 --- a/pages/getting-started/install-memgraph/kubernetes.mdx +++ b/pages/getting-started/install-memgraph/kubernetes.mdx @@ -282,6 +282,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 | `[]` | To change the default chart values, provide your own `values.yaml` file during the installation: