From 63253d515fc72207ed59dbae6b8213c504a6afdb Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Tue, 13 Dec 2022 12:46:19 -0500 Subject: [PATCH] quote secrets for template --- helm-charts/infisical/templates/backend-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-charts/infisical/templates/backend-deployment.yaml b/helm-charts/infisical/templates/backend-deployment.yaml index c2620ff8a..0c239867b 100644 --- a/helm-charts/infisical/templates/backend-deployment.yaml +++ b/helm-charts/infisical/templates/backend-deployment.yaml @@ -26,7 +26,7 @@ spec: {{ fail "Environment variables are not set. Please set all environment variables to continue." }} {{ end }} - name: {{ $key }} - value: {{ $value }} + value: {{ quote $value }} {{- end }} ---