Skip to content

Commit

Permalink
revert acka storageclass name
Browse files Browse the repository at this point in the history
Signed-off-by: dongjiang1989 <[email protected]>
  • Loading branch information
dongjiang1989 committed Sep 8, 2023
1 parent 1b51222 commit d9e29ca
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions helm/values-acka.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ storageclass:
# lvm StorageClass
lvm:
enabled: true
name: open-local-lvm
name: yoda-lvm-default
parameters:
volumeType: "LVM"
csi.storage.k8s.io/fstype: ext4
Expand All @@ -52,7 +52,7 @@ storageclass:
# lvm_xfs StorageClass
lvm_xfs:
enabled: true
name: open-local-lvm-xfs
name: yoda-lvm-xfs
parameters:
volumeType: LVM
csi.storage.k8s.io/fstype: xfs
Expand All @@ -61,8 +61,8 @@ storageclass:
allowVolumeExpansion: true
# lvm_throttle StorageClass
lvm_throttle:
enabled: true
name: open-local-lvm-io-throttle
enabled: false
name: yoda-lvm-io-throttle
parameters:
volumeType: LVM
# bps: "1048576"
Expand All @@ -73,7 +73,7 @@ storageclass:
# device_ssd StorageClass
device_ssd:
enabled: true
name: open-local-device-ssd
name: yoda-device-ssd
parameters:
csi.storage.k8s.io/fstype: ext4
volumeType: Device
Expand All @@ -84,7 +84,7 @@ storageclass:
# device_hdd StorageClass
device_hdd:
enabled: true
name: open-local-device-hdd
name: yoda-device-hdd
parameters:
csi.storage.k8s.io/fstype: ext4
volumeType: Device
Expand Down

0 comments on commit d9e29ca

Please sign in to comment.