Skip to content

Commit

Permalink
fix missing ignoring of volume az (#1011)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrIncompetent committed May 7, 2018
1 parent 694c387 commit bb39d21
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/kubermatic/static/master/cloud-config-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,7 @@ data:
{{- if eq (substr 0 4 (index .Version.Values "k8s-version")) "v1.9" }}
ignore-volume-az = {{ .DC.Spec.Openstack.IgnoreVolumeAZ }}
{{- end }}
{{- if eq (substr 0 5 (index .Version.Values "k8s-version")) "v1.10" }}
ignore-volume-az = {{ .DC.Spec.Openstack.IgnoreVolumeAZ }}
{{- end }}
{{- end }}

0 comments on commit bb39d21

Please sign in to comment.