kubewatch icon indicating copy to clipboard operation
kubewatch copied to clipboard

kubewatch event filtering out by k8s event type type (Normal, Information, Warning)

Open peterpajak opened this issue 2 years ago • 0 comments

need to filter out k8s "Normal" events so they are NOT forwarded to my Slack channel. looking for a correct syntax in configmap.yaml for section "resourcesToWatch:" or "resource:".

my configmap example: resource: clusterrole: false clusterrolebinding: false configmap: false daemonset: false deployment: false event: true

my helmrelease example: resourcesToWatch: events: true

peterpajak avatar Jan 10 '24 21:01 peterpajak