From b04332a65828df2722c85c03b940e1b311a3c773 Mon Sep 17 00:00:00 2001 From: Andi Skrgat Date: Mon, 18 Aug 2025 12:31:41 +0200 Subject: [PATCH] Add custom init containers --- pages/getting-started/install-memgraph/kubernetes.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/getting-started/install-memgraph/kubernetes.mdx b/pages/getting-started/install-memgraph/kubernetes.mdx index 815171f10..12a0dc57c 100644 --- a/pages/getting-started/install-memgraph/kubernetes.mdx +++ b/pages/getting-started/install-memgraph/kubernetes.mdx @@ -242,6 +242,7 @@ their default values. | `storageClass.fsType` | Filesystem type for the StorageClass | `""` | | `storageClass.reclaimPolicy` | Reclaim policy for the StorageClass | `Retain` | | `storageClass.volumeBindingMode` | Volume binding mode for the StorageClass | `Immediate` | +| `initContainers` | User specific init containers | `[]` | To change the default chart values, provide your own `values.yaml` file during the installation: