From ee68cd0193927ce9441f8ecf0aab5541c8aa416a Mon Sep 17 00:00:00 2001 From: Alon Girmonsky <1990761+alongir@users.noreply.github.com> Date: Wed, 18 Sep 2024 14:55:47 -0700 Subject: [PATCH] fixed the missing quotes around the value of the `--stale-timeout` flag in the worker daemon set --- 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 }}