From 466648631f63004b665ef8be701532af2a50a401 Mon Sep 17 00:00:00 2001 From: David Burke Date: Thu, 20 Apr 2023 21:05:05 -0400 Subject: [PATCH] Wrong bash syntax --- templates/worker/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/worker/deployment.yaml b/templates/worker/deployment.yaml index 2e9c9ac..905231d 100644 --- a/templates/worker/deployment.yaml +++ b/templates/worker/deployment.yaml @@ -47,7 +47,7 @@ spec: periodSeconds: {{ .Values.worker.livenessProbe.periodSeconds }} timeoutSeconds: {{ .Values.worker.livenessProbe.timeoutSeconds }} exec: - command: {{ .Values.worker.livenessProbe.command }} + command: {{- toYaml .Values.worker.livenessProbe.command | nindent 14 }} {{- end }} resources: {{- toYaml .Values.worker.resources | nindent 12 }}