mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-16 08:27:31 -02:30
add Cinder allowVolumeExpansion option (#4415)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
e485fab7eb
commit
20b12751af
@@ -11,4 +11,5 @@ parameters:
|
||||
{% for key, value in (class.parameters | default({})).items() %}
|
||||
"{{ key }}": "{{ value }}"
|
||||
{% endfor %}
|
||||
allowVolumeExpansion: {{ expand_persistent_volumes }}
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user