Added retention and sanitization

This commit is contained in:
GeorgeRaven
2023-08-22 20:07:35 +01:00
parent 3bab329b4a
commit 97cf36f495

View File

@@ -17,6 +17,8 @@ rook-ceph-cluster:
cleanupPolicy:
confirmation: ""
#confirmation: "yes-really-destroy-data"
sanitizeDisks:
method: "quick"
dataDirHostPath: /var/lib/rook
dashboard:
enabled: true
@@ -169,7 +171,7 @@ rook-ceph-cluster:
name: ceph-filesystem
# (Optional) specify a data pool to use, must be the name of one of the data pools above, 'data0' by default
pool: data0
reclaimPolicy: Delete
reclaimPolicy: Retain
allowVolumeExpansion: true
volumeBindingMode: "Immediate"
mountOptions: []
@@ -222,7 +224,7 @@ rook-ceph-cluster:
storageClass:
enabled: true
name: ceph-bucket
reclaimPolicy: Delete
reclaimPolicy: Retain
volumeBindingMode: "Immediate"
# isDefault: false
# see https://github.com/rook/rook/blob/master/Documentation/ceph-object-bucket-claim.md#storageclass for available configuration