Skip to content

Commit df9e714

Browse files
committed
charts: add LVM VolumeSnapshotClass as default
Signed-off-by: Vicente Cheng <[email protected]>
1 parent da3c1bd commit df9e714

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

charts/harvester-csi-driver-lvm/templates/common.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,10 @@ spec:
1010
- Persistent
1111
podInfoOnMount: true
1212
attachRequired: false
13+
---
14+
apiVersion: snapshot.storage.k8s.io/v1
15+
deletionPolicy: Delete
16+
driver: {{ .Values.lvm.driverName }}
17+
kind: VolumeSnapshotClass
18+
metadata:
19+
name: lvm-snapshot

0 commit comments

Comments
 (0)