Skip to content

Commit

Permalink
🌱 typo in deviceClass (volume)
Browse files Browse the repository at this point in the history
  • Loading branch information
guettli committed May 17, 2024
1 parent e8e1ce8 commit 777b72b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/topolvm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@ topolvm:
managed: false
deviceClasses:
- name: dc-ssd
volumme-group: vg-ssd
volume-group: vg-ssd
type: thin
thin-pool:
name: pool-ssd
overprovision-ratio: 1.0
default: false
spare-gb: 10
- name: dc-nvme
volumme-group: vg-nvme
volume-group: vg-nvme
type: thin
thin-pool:
name: pool-nvme
overprovision-ratio: 1.0
default: false
spare-gb: 10
- name: dc-hdd
volumme-group: vg-hdd
volume-group: vg-hdd
type: thin
thin-pool:
name: pool-hdd
Expand Down

0 comments on commit 777b72b

Please sign in to comment.