add net capabilities for tracer (#1525)

Co-authored-by: Alon Girmonsky <1990761+alongir@users.noreply.github.com>
This commit is contained in:
Ilya Gavrilov 2024-04-15 23:20:44 +02:00 committed by GitHub
parent 0f402789f1
commit b39c5dd5d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -179,6 +179,9 @@ spec:
{{- range .Values.tap.capabilities.ebpfCapture }}
{{ print "- " . }}
{{- end }}
{{- range .Values.tap.capabilities.networkCapture }}
{{ print "- " . }}
{{- end }}
drop:
- ALL
volumeMounts: