From 3f443f3878563b077010ee566309575744954b7c Mon Sep 17 00:00:00 2001 From: Hugo Blom Date: Fri, 5 Jun 2020 17:27:43 +0200 Subject: [PATCH] set allowVolumeExpansion in cinder csi (#6220) --- .../cinder-csi/templates/cinder-csi-storage-class.yml.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/kubernetes-apps/persistent_volumes/cinder-csi/templates/cinder-csi-storage-class.yml.j2 b/roles/kubernetes-apps/persistent_volumes/cinder-csi/templates/cinder-csi-storage-class.yml.j2 index 8a66443ee..be8ba13b3 100644 --- a/roles/kubernetes-apps/persistent_volumes/cinder-csi/templates/cinder-csi-storage-class.yml.j2 +++ b/roles/kubernetes-apps/persistent_volumes/cinder-csi/templates/cinder-csi-storage-class.yml.j2 @@ -21,4 +21,5 @@ allowedTopologies: - "{{ zone }}" {% endfor %} {% endif %} +allowVolumeExpansion: {{ expand_persistent_volumes }} {% endfor %}