Skip to content

Commit

Permalink
helm: enable cephfs volume expansion by default
Browse files Browse the repository at this point in the history
The cluster helm chart missed adding the default setting
for the volume expansion, so now we enable it by default.

Signed-off-by: Travis Nielsen <tnielsen@redhat.com>
  • Loading branch information
travisn committed Nov 8, 2021
1 parent 6f4a68c commit 0a3945d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cluster/charts/rook-ceph-cluster/values.yaml
Expand Up @@ -375,6 +375,7 @@ cephFileSystems:
isDefault: false
name: ceph-filesystem
reclaimPolicy: Delete
allowVolumeExpansion: true
# see https://github.com/rook/rook/blob/master/Documentation/ceph-filesystem.md#provision-storage for available configuration
parameters:
# The secrets contain Ceph admin credentials.
Expand Down

0 comments on commit 0a3945d

Please sign in to comment.