🐛 Fix -staletimeout worker command value (#1611)

This commit is contained in:
Serhii Ponomarenko 2024-09-19 00:57:50 +03:00 committed by GitHub
parent 0a0b0cde36
commit fdaef243e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -74,7 +74,7 @@ spec:
- -resolution-strategy - -resolution-strategy
- '{{ .Values.tap.misc.resolutionStrategy }}' - '{{ .Values.tap.misc.resolutionStrategy }}'
- -staletimeout - -staletimeout
- {{ .Values.tap.misc.staleTimeoutSeconds }} - '{{ .Values.tap.misc.staleTimeoutSeconds }}'
{{- if .Values.tap.debug }} {{- if .Values.tap.debug }}
- -debug - -debug
{{- end }} {{- end }}