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
8 changes: 4 additions & 4 deletions kustomize/topolvm/general/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ helmCharts:
nodeSelector:
node-role.kubernetes.io/control-plane: ""
cert-manager:
enabled: true
enabled: false
storageClasses:
- name: general # Defines name of storage class.
- name: local-path # Defines name of storage class.
storageClass:
fsType: xfs # Supported filesystems are: ext4, xfs, and btrfs.
# reclaimPolicy
Expand All @@ -33,7 +33,7 @@ helmCharts:
# enables CSI drivers to expand volumes. This feature is available for Kubernetes 1.16 and later releases.
allowVolumeExpansion: true
additionalParameters:
topolvm.io/device-class: "general"
topolvm.io/device-class: "local-path"
# mount options
mountOptions: []
# lvmd service
Expand All @@ -46,7 +46,7 @@ helmCharts:
socketName: /run/topolvm/lvmd.sock
# lvmd.deviceClasses -- Specify the device-class settings.
deviceClasses:
- name: general
- name: local-path
volume-group: vg-general
default: true
spare-gb: 10
Expand Down