Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions pages/getting-started/install-memgraph/kubernetes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down