Skip to content

Commit

Permalink
add net capabilities for tracer (#1525)
Browse files Browse the repository at this point in the history
Co-authored-by: Alon Girmonsky <1990761+alongir@users.noreply.github.com>
  • Loading branch information
iluxa and alongir committed Apr 15, 2024
1 parent 0f40278 commit b39c5dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions helm-chart/templates/09-worker-daemon-set.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ spec:
{{- range .Values.tap.capabilities.ebpfCapture }}
{{ print "- " . }}
{{- end }}
{{- range .Values.tap.capabilities.networkCapture }}
{{ print "- " . }}
{{- end }}
drop:
- ALL
volumeMounts:
Expand Down

0 comments on commit b39c5dd

Please sign in to comment.