Skip to content

Commit

Permalink
Update rook-ceph-cluster.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pavan-kumar-99 authored Jun 7, 2024
1 parent fd2a314 commit f0e9cd6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions clusters/home-cluster/rook-ceph-system/rook-ceph-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ spec:
enabled: true
name: ceph-block
isDefault: true
reclaimPolicy: Retain
reclaimPolicy: Delete
allowVolumeExpansion: true
volumeBindingMode: "Immediate"
mountOptions: []
Expand Down Expand Up @@ -548,7 +548,7 @@ spec:
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: Retain
reclaimPolicy: Delete
allowVolumeExpansion: true
volumeBindingMode: "Immediate"
mountOptions: []
Expand Down Expand Up @@ -620,7 +620,7 @@ spec:
storageClass:
enabled: true
name: ceph-bucket
reclaimPolicy: Retain
reclaimPolicy: Delete
volumeBindingMode: "Immediate"
# see https://github.com/rook/rook/blob/master/Documentation/Storage-Configuration/Object-Storage-RGW/ceph-object-bucket-claim.md#storageclass for available configuration
parameters:
Expand Down

0 comments on commit f0e9cd6

Please sign in to comment.