diff --git a/pages/getting-started/install-memgraph/kubernetes.mdx b/pages/getting-started/install-memgraph/kubernetes.mdx index c8794e603..3fc8f1683 100644 --- a/pages/getting-started/install-memgraph/kubernetes.mdx +++ b/pages/getting-started/install-memgraph/kubernetes.mdx @@ -475,8 +475,7 @@ The following table lists the configurable parameters of the Memgraph standalone | `image.repository` | Memgraph Docker image repository. | `docker.io/memgraph/memgraph` | | `image.tag` | Specific tag for the Memgraph Docker image. Overrides the image tag whose default is chart's app version. | `""` (chart's app version) | | `image.pullPolicy` | Image pull policy. | `IfNotPresent` | -| `useImagePullSecrets` | Whether to use image pull secrets defined under `imagePullSecrets`. | `false` | -| `imagePullSecrets` | List of image pull secrets. | `[{name: regcred}]` | +| `imagePullSecrets` | List of image pull secrets. Leave empty to disable. | `[]` | | `replicaCount` | Number of Memgraph StatefulSet replicas. | `1` | | `nodeAffinity` | `spec.affinity.nodeAffinity` field for the Memgraph Pod. | `{}` | | `priorityClassName` | Indicates the importance of the Pod relative to other Pods. | `null` |