From d34855f44d49fc429cbe1eadc444b89834d6d3d8 Mon Sep 17 00:00:00 2001 From: Anna Khanova <32508607+khanova@users.noreply.github.com> Date: Thu, 30 May 2024 14:11:47 +0200 Subject: [PATCH] Use function --- charts/neon-proxy/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/neon-proxy/templates/deployment.yaml b/charts/neon-proxy/templates/deployment.yaml index e7ac058..4c9dab8 100644 --- a/charts/neon-proxy/templates/deployment.yaml +++ b/charts/neon-proxy/templates/deployment.yaml @@ -150,7 +150,7 @@ spec: {{- end }} {{- with .Values.settings.connectComputeLock }} - --connect-compute-lock - - "{{ . }}" + - {{ . | quote }} {{- end }} {{- with .Values.settings.redisNotifications}} - --redis-notifications