Skip to content

Commit

Permalink
Added missing quote pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamblack86 committed Jul 8, 2021
1 parent 4d12798 commit eb3a2fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ data:
[app.http_client]
max_idle_conns = {{ .Values.configmap.app.http_client.max_idle_conns }}
request_timeout = {{ .Values.configmap.app.http_client.request_timeout }}
proxy_url = {{ .Values.configmap.app.http_client.proxy_url }}
proxy_url = {{ .Values.configmap.app.http_client.proxy_url | quote }}
{{- with .Values.configmap.rooms }}
{{ tpl . $ | indent 4 }}
Expand Down

0 comments on commit eb3a2fb

Please sign in to comment.