From 353dec7d98156c540b232d7fff25b98dbc3f4b41 Mon Sep 17 00:00:00 2001 From: Ludovic Ortega Date: Wed, 6 Nov 2024 23:24:23 +0000 Subject: [PATCH] feat: enable snapshotclass on rook --- argocd/storage/rook-ceph-cluster/values.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/argocd/storage/rook-ceph-cluster/values.yaml b/argocd/storage/rook-ceph-cluster/values.yaml index ba3658ae..2ab9a00a 100755 --- a/argocd/storage/rook-ceph-cluster/values.yaml +++ b/argocd/storage/rook-ceph-cluster/values.yaml @@ -97,6 +97,11 @@ cephObjectStores: hosts: - s3.unicornafk.fr ingressClassName: ingress-internal +cephBlockPoolsVolumeSnapshotClass: + enabled: true + name: csi-ceph-blockpool + isDefault: false + deletionPolicy: Delete cephFileSystems: - name: ceph-filesystem # see https://github.com/rook/rook/blob/master/Documentation/CRDs/Shared-Filesystem/ceph-filesystem-crd.md#filesystem-settings for available configuration @@ -143,6 +148,11 @@ cephFileSystems: # will set default as `ext4`. Note that `xfs` is not recommended due to potential deadlock # in hyperconverged settings where the volume is mounted on the same node as the osds. csi.storage.k8s.io/fstype: ext4 +cephFileSystemVolumeSnapshotClass: + enabled: true + name: csi-ceph-filesystem + isDefault: false + deletionPolicy: Delete ingress: dashboard: annotations: