Skip to content

Commit

Permalink
use quote for DNS_ADDRS
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-abrioux committed Dec 8, 2021
1 parent e3b3c79 commit 8bf76fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ spec:
{{- end }}
{{- with .Values.shadowsocks.dnsServers }}
- name: DNS_ADDRS
value: {{ join "," . }}
value: {{ quote join "," . }}
{{- end }}
{{- with .Values.shadowsocks.timeout }}
- name: TIMEOUT
Expand Down

0 comments on commit 8bf76fd

Please sign in to comment.