Skip to content

Commit 1982d30

Browse files
committed
fix: exclude Pod kind from auto events
1 parent 7e3305f commit 1982d30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

snyk-monitor/templates/configmap.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,6 @@ data:
3535
3636
workload_events {
3737
input.kind != "Job"
38+
input.kind != "Pod"
3839
}
3940
{{ end }}

0 commit comments

Comments
 (0)