From b64b1adf8846fa5d85cfee088e1986d767f1b842 Mon Sep 17 00:00:00 2001 From: as51340 Date: Thu, 28 May 2026 12:27:16 +0200 Subject: [PATCH] feat: Add support for standalone chart labels --- pages/getting-started/install-memgraph/kubernetes.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/getting-started/install-memgraph/kubernetes.mdx b/pages/getting-started/install-memgraph/kubernetes.mdx index c8a512082..d77658683 100644 --- a/pages/getting-started/install-memgraph/kubernetes.mdx +++ b/pages/getting-started/install-memgraph/kubernetes.mdx @@ -538,6 +538,8 @@ The following table lists the configurable parameters of the Memgraph standalone | `memgraphOrganizationName` | Organization name associated with the Enterprise license. | `""` | | `statefulSetAnnotations` | Annotations to add to the StatefulSet. | `{}` | | `podAnnotations` | Annotations to add to the Pod. | `{}` | +| `labels.statefulSetLabels` | Additional labels to add to the StatefulSet. | `{}` | +| `labels.podLabels` | Additional labels to add to the Pod. | `{}` | | `extraEnv` | Additional environment variables passed to the Memgraph container. | `[]` | | `resources` | CPU/Memory resource requests/limits. Left empty by default. | `{}` | | `serviceAccount.create` | Whether a service account should be created. | `true` |