diff --git a/charts/openstack-cluster/templates/cluster-openstack.yaml b/charts/openstack-cluster/templates/cluster-openstack.yaml index bea2968..71153dc 100644 --- a/charts/openstack-cluster/templates/cluster-openstack.yaml +++ b/charts/openstack-cluster/templates/cluster-openstack.yaml @@ -45,12 +45,12 @@ spec: enabled: true {{- if .loadBalancerProvider }} provider: {{ .loadBalancerProvider }} - {{- if .allowedCidrs }} + {{- end }} + {{- if .allowedCidrs }} allowedCidrs: {{- range .allowedCidrs }} - {{ . }} {{- end}} - {{- end }} {{- end }} {{- end }}