Skip to content

Commit d7f1fc1

Browse files
authored
feat: Add support for standalone chart labels (#1645)
1 parent cb04ec2 commit d7f1fc1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pages/getting-started/install-memgraph/kubernetes.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,8 @@ The following table lists the configurable parameters of the Memgraph standalone
538538
| `memgraphOrganizationName` | Organization name associated with the Enterprise license. | `""` |
539539
| `statefulSetAnnotations` | Annotations to add to the StatefulSet. | `{}` |
540540
| `podAnnotations` | Annotations to add to the Pod. | `{}` |
541+
| `labels.statefulSetLabels` | Additional labels to add to the StatefulSet. | `{}` |
542+
| `labels.podLabels` | Additional labels to add to the Pod. | `{}` |
541543
| `extraEnv` | Additional environment variables passed to the Memgraph container. | `[]` |
542544
| `resources` | CPU/Memory resource requests/limits. Left empty by default. | `{}` |
543545
| `serviceAccount.create` | Whether a service account should be created. | `true` |

0 commit comments

Comments
 (0)