Skip to content

Commit 6664e48

Browse files
authored
Add allowVolumeExpansion to Cinder CSI storage class (#4001)
Enable volume expansion for the Cinder CSI storage class. Signed-off-by: Jan Dittrich <mail@jand.one>
1 parent 4de8f94 commit 6664e48

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

addons/default-storage-class/storage-class.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ metadata:
153153
name: cinder-csi
154154
provisioner: cinder.csi.openstack.org
155155
volumeBindingMode: WaitForFirstConsumer
156+
allowVolumeExpansion: true
156157
---
157158
apiVersion: storage.k8s.io/v1
158159
kind: StorageClass

0 commit comments

Comments
 (0)