From fdaef243e4a5de80ab0fad8c9ea8f8f8c1a61b94 Mon Sep 17 00:00:00 2001 From: Serhii Ponomarenko <116438358+tiptophelmet@users.noreply.github.com> Date: Thu, 19 Sep 2024 00:57:50 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20`-staletimeout`=20worker?= =?UTF-8?q?=20command=20value=20(#1611)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- helm-chart/templates/09-worker-daemon-set.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-chart/templates/09-worker-daemon-set.yaml b/helm-chart/templates/09-worker-daemon-set.yaml index e1310f0f2..8e6e3f4ae 100644 --- a/helm-chart/templates/09-worker-daemon-set.yaml +++ b/helm-chart/templates/09-worker-daemon-set.yaml @@ -74,7 +74,7 @@ spec: - -resolution-strategy - '{{ .Values.tap.misc.resolutionStrategy }}' - -staletimeout - - {{ .Values.tap.misc.staleTimeoutSeconds }} + - '{{ .Values.tap.misc.staleTimeoutSeconds }}' {{- if .Values.tap.debug }} - -debug {{- end }}