Add support for allowedTopologies to cinder-csi

This commit is contained in:
Matt Pryor 2022-03-30 21:31:17 +01:00
parent 58ca23b947
commit 20d5f36c03
2 changed files with 6 additions and 0 deletions

View File

@ -28,6 +28,9 @@ extraFiles:
provisioner: cinder.csi.openstack.org
reclaimPolicy: {{ .reclaimPolicy }}
allowVolumeExpansion: {{ .allowVolumeExpansion }}
{{- with .allowedTopologies }}
allowedTopologies: {{ toYaml . | nindent 6 }}
{{- end }}
{{- end }}
{{- end }}
{{- end }}

View File

@ -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: