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 }}