Add support for allowedTopologies to cinder-csi
This commit is contained in:
parent
58ca23b947
commit
20d5f36c03
@ -28,6 +28,9 @@ extraFiles:
|
||||
provisioner: cinder.csi.openstack.org
|
||||
reclaimPolicy: {{ .reclaimPolicy }}
|
||||
allowVolumeExpansion: {{ .allowVolumeExpansion }}
|
||||
{{- with .allowedTopologies }}
|
||||
allowedTopologies: {{ toYaml . | nindent 6 }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
@ -187,6 +187,9 @@ openstack:
|
||||
reclaimPolicy: Delete
|
||||
# Indicates if volume expansion is allowed
|
||||
allowVolumeExpansion: true
|
||||
# The allowed topologies for the storage class
|
||||
# If not given, the default Cinder availability zone will be used
|
||||
allowedTopologies:
|
||||
|
||||
# Settings for the metrics server
|
||||
metricsServer:
|
||||
|
Loading…
x
Reference in New Issue
Block a user