Enabled VolumeSnapshotClasses
This commit is contained in:
@@ -21,6 +21,10 @@ spec:
|
||||
# monitoring:
|
||||
# enabled: true
|
||||
# createPrometheusRules: true
|
||||
cephBlockPoolsVolumeSnapshotClass:
|
||||
enabled: true
|
||||
cephFileSystemVolumeSnapshotClass:
|
||||
enabled: true
|
||||
cephClusterSpec:
|
||||
storage:
|
||||
useAllDevices: false
|
||||
|
||||
@@ -5,3 +5,4 @@ resources:
|
||||
- ./namespace.yaml
|
||||
- ./helm-repository.yaml
|
||||
- ./helm-release.yaml
|
||||
- ./volume-snapshot-class.yaml
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
apiVersion: snapshot.storage.k8s.io/v1
|
||||
kind: VolumeSnapshotClass
|
||||
metadata:
|
||||
name: topolvm-provisioner-thin
|
||||
driver: topolvm.io
|
||||
deletionPolicy: Delete
|
||||
Reference in New Issue
Block a user