Skip to content

Commit 88b1eda

Browse files
Merge pull request #850 from snyk/fix/add-pod-to-exclude-policy
fix: exclude Pod kind from auto events
2 parents 7e3305f + 1982d30 commit 88b1eda

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)