From ea6043b2118377c3665df68eba3946ce17070246 Mon Sep 17 00:00:00 2001 From: Waldemar Quevedo Date: Wed, 15 Apr 2020 22:16:44 -0700 Subject: [PATCH] Fix gateway urls Signed-off-by: Waldemar Quevedo --- helm/charts/nats/templates/configmap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/charts/nats/templates/configmap.yaml b/helm/charts/nats/templates/configmap.yaml index 46554740..4d3a8397 100644 --- a/helm/charts/nats/templates/configmap.yaml +++ b/helm/charts/nats/templates/configmap.yaml @@ -251,7 +251,7 @@ data: {{- end }} {{- with .urls }} - urls: {{ . | quote }} + urls: [{{ join "," . }}] {{- end }} }, {{- end }}