Skip to content
Merged
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
1 change: 1 addition & 0 deletions pages/getting-started/install-memgraph/kubernetes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,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 | `[]` |
| `sysctlInitContainer.enabled` | Enable the init container to set sysctl parameters | `true` |
| `sysctlInitContainer.maxMapCount` | Value for `vm.max_map_count` to be set by the init container | `262144` |
| `sysctlInitContainer.image.repository` | Busybox image repository | `library/busybox` |
Expand Down