From 8bf76fdd2da248e24cd8c5b2975c002bb9887b59 Mon Sep 17 00:00:00 2001 From: Alexandre ABRIOUX Date: Wed, 8 Dec 2021 20:21:55 +0100 Subject: [PATCH] use quote for DNS_ADDRS --- templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/deployment.yaml b/templates/deployment.yaml index 6322489..5e90395 100644 --- a/templates/deployment.yaml +++ b/templates/deployment.yaml @@ -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