disable snapshot
Some checks failed
lint-test-helm / lint-helm (push) Successful in 11s
render-manifests-push / render-manifests-push (push) Successful in 42s
renovate / renovate (push) Has been cancelled

This commit is contained in:
2025-12-16 16:10:53 -06:00
parent 7094cc3163
commit 236fc324cb

View File

@@ -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-name: rook-csi-cephfs-node
csi.storage.k8s.io/node-stage-secret-namespace: "{{ .Release.Namespace }}" csi.storage.k8s.io/node-stage-secret-namespace: "{{ .Release.Namespace }}"
csi.storage.k8s.io/fstype: ext4 csi.storage.k8s.io/fstype: ext4
cephFileSystemVolumeSnapshotClass: # cephFileSystemVolumeSnapshotClass:
enabled: true # enabled: true
name: ceph-filesystem-snapshot # name: ceph-filesystem-snapshot
isDefault: false # isDefault: false
deletionPolicy: Delete # deletionPolicy: Delete
cephBlockPoolsVolumeSnapshotClass: cephBlockPoolsVolumeSnapshotClass:
enabled: true enabled: true
name: ceph-blockpool-snapshot name: ceph-blockpool-snapshot