diff --git a/ovn/templates/bin/_ovn-controller-init.sh.tpl b/ovn/templates/bin/_ovn-controller-init.sh.tpl index 648e7dd404..3a8a7fda3f 100644 --- a/ovn/templates/bin/_ovn-controller-init.sh.tpl +++ b/ovn/templates/bin/_ovn-controller-init.sh.tpl @@ -135,7 +135,7 @@ fi {{- end }} ovs-vsctl set open . external-ids:ovn-remote="{{ include "helm-toolkit.utils.joinListWithComma" $sb_service_list }}" -{{- else -}} +{{- else }} ovs-vsctl set open . external-ids:ovn-remote="{{ .Values.conf.ovn_remote }}" {{- end }}