Skip to content

Commit

Permalink
feat: enable snapshotclass on rook
Browse files Browse the repository at this point in the history
  • Loading branch information
M0NsTeRRR committed Nov 6, 2024
1 parent 1708e86 commit 353dec7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions argocd/storage/rook-ceph-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 353dec7

Please sign in to comment.