From b39c5dd5d3387ce616ed63ee0fb1d1055f701f44 Mon Sep 17 00:00:00 2001 From: Ilya Gavrilov Date: Mon, 15 Apr 2024 23:20:44 +0200 Subject: [PATCH] add net capabilities for tracer (#1525) Co-authored-by: Alon Girmonsky <1990761+alongir@users.noreply.github.com> --- helm-chart/templates/09-worker-daemon-set.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/helm-chart/templates/09-worker-daemon-set.yaml b/helm-chart/templates/09-worker-daemon-set.yaml index 545be950e..963b67f94 100644 --- a/helm-chart/templates/09-worker-daemon-set.yaml +++ b/helm-chart/templates/09-worker-daemon-set.yaml @@ -179,6 +179,9 @@ spec: {{- range .Values.tap.capabilities.ebpfCapture }} {{ print "- " . }} {{- end }} + {{- range .Values.tap.capabilities.networkCapture }} + {{ print "- " . }} + {{- end }} drop: - ALL volumeMounts: