vmware-archive/kubewatch

7 slack message for deleting a pod

Closed this issue · 1 comments

Chart versrion:

$  helm ls -n kubewatch
NAME            NAMESPACE       REVISION        UPDATED                                 STATUS          CHART             APP VERSION
kubewatch       kubewatch       11              2020-12-14 20:35:44.351152 -0800 PST    deployed        kubewatch-3.0.2   0.1.0  

I configured kubewatch only watch "pods" and in "uat" namespace.

I deleted a pod and a new pod gets created by the deployment as expected. 7 notifications sent to Slack.

Screen Shot 2020-12-14 at 9 46 11 PM

I would expect only notifications for pod delete, create event in specified uat namespace. Where the 5 other messages without namespace are generated? Did I miss some configuration?

Duplicate #163