diff --git a/helm-chart/values.yaml b/helm-chart/values.yaml index 8c9b581e8..2cb071a62 100644 --- a/helm-chart/values.yaml +++ b/helm-chart/values.yaml @@ -101,7 +101,7 @@ tap: sentry: enabled: false environment: production - defaultFilter: "!dns and !tcp" + defaultFilter: "!dns and !tcp and !udp and !icmp" scriptingDisabled: false targetedPodsUpdateDisabled: false recordingDisabled: false diff --git a/manifests/complete.yaml b/manifests/complete.yaml index 8cb576bc1..4cf7ee175 100644 --- a/manifests/complete.yaml +++ b/manifests/complete.yaml @@ -338,6 +338,7 @@ rules: verbs: - get - watch + - list - update - patch ---