Browse Source

enable volumesnapshotclass for rbd and cephfs

Josh Bicking 4 days ago
parent
commit
e9b7fb1dda
1 changed files with 2 additions and 2 deletions
  1. 2 2
      argocd/rook/rook-ceph-cluster-values.yaml

+ 2 - 2
argocd/rook/rook-ceph-cluster-values.yaml

@@ -225,7 +225,7 @@ cephFileSystems: []
 # -- Settings for the filesystem snapshot class
 # @default -- See [CephFS Snapshots](../Storage-Configuration/Ceph-CSI/ceph-csi-snapshot.md#cephfs-snapshots)
 cephFileSystemVolumeSnapshotClass:
-  enabled: false
+  enabled: true
   name: ceph-filesystem
   isDefault: true
   deletionPolicy: Delete
@@ -237,7 +237,7 @@ cephFileSystemVolumeSnapshotClass:
 # -- Settings for the block pool snapshot class
 # @default -- See [RBD Snapshots](../Storage-Configuration/Ceph-CSI/ceph-csi-snapshot.md#rbd-snapshots)
 cephBlockPoolsVolumeSnapshotClass:
-  enabled: false
+  enabled: true
   name: ceph-block
   isDefault: false
   deletionPolicy: Delete