From 1ff4811f067a18e67a5d66ea3fb798a64df6b041 Mon Sep 17 00:00:00 2001 From: Chinasubbareddy Mallavarapu Date: Thu, 15 Aug 2019 16:07:09 -0500 Subject: [PATCH] [ceph-provisioner] Enable pvc resize feature This is to enable pvc resize feature so that pvc can be resized when need. Change-Id: Ib5840b10087b39884cfd2249017c974aac407b30 --- helm-toolkit/templates/manifests/_ceph-storageclass.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/helm-toolkit/templates/manifests/_ceph-storageclass.tpl b/helm-toolkit/templates/manifests/_ceph-storageclass.tpl index 2381bed0b..f4b1039b0 100644 --- a/helm-toolkit/templates/manifests/_ceph-storageclass.tpl +++ b/helm-toolkit/templates/manifests/_ceph-storageclass.tpl @@ -107,6 +107,7 @@ parameters: {{- range $attr, $value := $storageclassData.parameters }} {{ $attr }}: {{ $value | quote }} {{- end }} +allowVolumeExpansion: true {{- end }} {{- end }}