Skip to content

Commit

Permalink
addons: add harvester-csi-driver-lvm
Browse files Browse the repository at this point in the history
Signed-off-by: Vicente Cheng <[email protected]>
  • Loading branch information
Vicente-Cheng committed Oct 9, 2024
1 parent 823e7ff commit cbf71d7
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
4 changes: 4 additions & 0 deletions harvester-csi-driver-lvm/README.md
Original file line number Diff line number Diff line change
@@ -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.

20 changes: 20 additions & 0 deletions harvester-csi-driver-lvm/harvester-csi-driver-lvm.yaml
Original file line number Diff line number Diff line change
@@ -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: {}

0 comments on commit cbf71d7

Please sign in to comment.