From 236fc324cbd0dc16cdabdb4b3ac81857b61d2627 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Tue, 16 Dec 2025 16:10:53 -0600 Subject: [PATCH] disable snapshot --- 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 dee6eb776..3769daf83 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