Skip to content

Commit

Permalink
Merge pull request #9128 from travisn/cephfs-helm-expansion
Browse files Browse the repository at this point in the history
helm: Enable cephfs volume expansion by default
  • Loading branch information
leseb committed Nov 10, 2021
2 parents 9e3ee92 + 35e3ebd commit f07c944
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -22,5 +22,6 @@ parameters:
clusterID: {{ $root.Release.Namespace }}
{{ toYaml $filesystem.storageClass.parameters | indent 2 }}
reclaimPolicy: {{ default "Delete" $filesystem.storageClass.reclaimPolicy }}
allowVolumeExpansion: {{ default "true" $filesystem.storageClass.allowVolumeExpansion }}
{{ end }}
{{ end }}
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 f07c944

Please sign in to comment.