Skip to content

Commit

Permalink
Corrected placement of values
Browse files Browse the repository at this point in the history
Signed-off-by: kubealex <al.rossi87@gmail.com>
  • Loading branch information
kubealex committed Sep 21, 2021
1 parent 4b20c5c commit 0652155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/charts/rook-ceph-cluster/values.yaml
Expand Up @@ -369,6 +369,7 @@ cephFileSystems:
activeStandby: true
storageClass:
enabled: true
isDefault: false
name: ceph-filesystem
reclaimPolicy: Delete
# see https://github.com/rook/rook/blob/master/Documentation/ceph-filesystem.md#provision-storage for available configuration
Expand Down Expand Up @@ -410,7 +411,6 @@ cephObjectStores:
storageClass:
enabled: true
name: ceph-bucket
isDefault: false
reclaimPolicy: Delete
# see https://github.com/rook/rook/blob/master/Documentation/ceph-object-bucket-claim.md#storageclass for available configuration
parameters:
Expand Down

0 comments on commit 0652155

Please sign in to comment.