Browse Source

set allowVolumeExpansion in cinder csi (#6220)

pull/6122/head
Hugo Blom 4 years ago
committed by GitHub
parent
commit
3f443f3878
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. 1
      roles/kubernetes-apps/persistent_volumes/cinder-csi/templates/cinder-csi-storage-class.yml.j2

1
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 %}
Loading…
Cancel
Save