diff --git a/helm-chart/templates/09-worker-daemon-set.yaml b/helm-chart/templates/09-worker-daemon-set.yaml index 04e5a19ab1..a86d3a12f7 100644 --- a/helm-chart/templates/09-worker-daemon-set.yaml +++ b/helm-chart/templates/09-worker-daemon-set.yaml @@ -62,6 +62,9 @@ spec: {{- if .Values.tap.kernelModule.enabled }} - -kernel-module {{- end }} + {{- if ne .Values.tap.packetCapture "ebpf" }} + - -disable-ebpf + {{- end }} {{- if .Values.tap.debug }} - -debug - -dumptracer @@ -151,6 +154,9 @@ spec: - ./tracer - -procfs - /hostproc + {{- if ne .Values.tap.packetCapture "ebpf" }} + - -disable-ebpf + {{- end }} {{- if .Values.tap.debug }} - -debug {{- end }}