Treat 0 value as 0s for dorman timeout (#1781)

This commit is contained in:
Volodymyr Stoiko
2025-08-26 23:00:01 +03:00
committed by GitHub
parent 099b79f3ce
commit 635fcabecd

View File

@@ -37,7 +37,7 @@ spec:
- -loglevel
- '{{ .Values.logLevel | default "warning" }}'
- -capture-stop-after
- "{{ .Values.tap.capture.stopAfter | default "5m" }}"
- "{{ if hasKey .Values.tap.capture "stopAfter" }}{{ .Values.tap.capture.stopAfter }}{{ else }}5m{{ end }}"
{{- if .Values.tap.gitops.enabled }}
- -gitops
{{- end }}