[ceph-provisioner] Enable pvc resize feature

This is to enable pvc resize feature so that pvc can be resized when need.

Change-Id: Ib5840b10087b39884cfd2249017c974aac407b30
This commit is contained in:
Chinasubbareddy Mallavarapu 2019-08-15 16:07:09 -05:00
parent 87afa2fb8c
commit 1ff4811f06

View File

@ -107,6 +107,7 @@ parameters:
{{- range $attr, $value := $storageclassData.parameters }} {{- range $attr, $value := $storageclassData.parameters }}
{{ $attr }}: {{ $value | quote }} {{ $attr }}: {{ $value | quote }}
{{- end }} {{- end }}
allowVolumeExpansion: true
{{- end }} {{- end }}
{{- end }} {{- end }}