diff --git a/harvester-csi-driver-lvm/README.md b/harvester-csi-driver-lvm/README.md new file mode 100644 index 0000000..2af97c2 --- /dev/null +++ b/harvester-csi-driver-lvm/README.md @@ -0,0 +1,4 @@ +# harvester-csi-driver-lvm + +The harvester-csi-driver-lvm add-on is a CSI driver that supports local path provision through LVM. Mirrored from [metal-stack/csi-driver-lvm](https://github.com/metal-stack/csi-driver-lvm) and developed continuously. + diff --git a/harvester-csi-driver-lvm/harvester-csi-driver-lvm.yaml b/harvester-csi-driver-lvm/harvester-csi-driver-lvm.yaml new file mode 100644 index 0000000..e21f32c --- /dev/null +++ b/harvester-csi-driver-lvm/harvester-csi-driver-lvm.yaml @@ -0,0 +1,20 @@ +apiVersion: harvesterhci.io/v1beta1 +kind: Addon +metadata: + name: harvester-csi-driver-lvm + namespace: harvester-system + labels: + addon.harvesterhci.io/experimental: "true" +spec: + enabled: false + repo: https://charts.harvesterhci.io + version: 0.1.4 + chart: harvester-csi-driver-lvm + valuesContent: "" +--- +apiVersion: harvesterhci.io/v1beta1 +default: '{"driver.longhorn.io":{"volumeSnapshotClassName":"longhorn-snapshot","backupVolumeSnapshotClassName":"longhorn"},"lvm.driver.harvesterhci.io":{"volumeSnapshotClassName":"lvm-snapshot"}}' +kind: Setting +metadata: + name: csi-driver-config +status: {} \ No newline at end of file