Skip to content

Commit

Permalink
Fix gateway urls
Browse files Browse the repository at this point in the history
Signed-off-by: Waldemar Quevedo <wally@synadia.com>
  • Loading branch information
wallyqs committed Apr 16, 2020
1 parent 3a55dc3 commit ea6043b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/charts/nats/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ data:
{{- end }}
{{- with .urls }}
urls: {{ . | quote }}
urls: [{{ join "," . }}]
{{- end }}
},
{{- end }}
Expand Down

0 comments on commit ea6043b

Please sign in to comment.