diff --git a/helm-chart/templates/09-worker-daemon-set.yaml b/helm-chart/templates/09-worker-daemon-set.yaml index c4f2723e6..eeef3e7ab 100644 --- a/helm-chart/templates/09-worker-daemon-set.yaml +++ b/helm-chart/templates/09-worker-daemon-set.yaml @@ -81,7 +81,7 @@ spec: {{- end }} - -procfs - /hostproc - {{- if ne .Values.tap.packetCapture "ebpf" }} + {{- if eq .Values.tap.packetCapture "af_packet" }} - -disable-ebpf {{- end }} {{- if .Values.tap.resourceGuard.enabled }} @@ -192,7 +192,7 @@ spec: - ./tracer - -procfs - /hostproc - {{- if ne .Values.tap.packetCapture "ebpf" }} + {{- if eq .Values.tap.packetCapture "af_packet" }} - -disable-ebpf {{- end }} {{- if .Values.tap.disableTlsLog }}