From 0013f99d83740256246b3e491523177df02b8268 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Tue, 16 Dec 2025 19:24:30 -0600 Subject: [PATCH] enable class --- clusters/cl01tl/helm/rook-ceph/values.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/clusters/cl01tl/helm/rook-ceph/values.yaml b/clusters/cl01tl/helm/rook-ceph/values.yaml index 3769daf83..dee6eb776 100644 --- a/clusters/cl01tl/helm/rook-ceph/values.yaml +++ b/clusters/cl01tl/helm/rook-ceph/values.yaml @@ -148,11 +148,11 @@ rook-ceph-cluster: csi.storage.k8s.io/node-stage-secret-name: rook-csi-cephfs-node csi.storage.k8s.io/node-stage-secret-namespace: "{{ .Release.Namespace }}" csi.storage.k8s.io/fstype: ext4 - # cephFileSystemVolumeSnapshotClass: - # enabled: true - # name: ceph-filesystem-snapshot - # isDefault: false - # deletionPolicy: Delete + cephFileSystemVolumeSnapshotClass: + enabled: true + name: ceph-filesystem-snapshot + isDefault: false + deletionPolicy: Delete cephBlockPoolsVolumeSnapshotClass: enabled: true name: ceph-blockpool-snapshot