Skip to content

Commit

Permalink
Fix helm install docs. (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit91 authored Sep 24, 2024
1 parent 29d988d commit 64cdbe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ For the special case of block volumes, the filesystem-expansion has to be perfor
You have to set the devicePattern for your hardware to specify which disks should be used to create the volume group.

```bash
helm install --repo https://helm.metal-stack.io mytest helm/csi-driver-lvm --set lvm.devicePattern='/dev/nvme[0-9]n[0-9]'
helm install --repo https://helm.metal-stack.io mytest csi-driver-lvm --set lvm.devicePattern='/dev/nvme[0-9]n[0-9]'
```

Now you can use one of following storageClasses:
Expand Down

0 comments on commit 64cdbe0

Please sign in to comment.