Remove obsolete dumptracer worker option (#1569)

This commit is contained in:
Ilya Gavrilov
2024-07-22 17:29:53 +02:00
committed by GitHub
parent 48bf3f25c5
commit 6ea1073fe9

View File

@@ -69,8 +69,6 @@ spec:
- '{{ .Values.tap.misc.resolutionStrategy }}'
{{- if .Values.tap.debug }}
- -debug
- -dumptracer
- "100000000"
{{- end }}
{{- if .Values.tap.docker.overrideTag.worker }}
image: '{{ .Values.tap.docker.registry }}/worker:{{ .Values.tap.docker.overrideTag.worker }}'