robusta-dev / kubewatch

Watch k8s events and trigger Handlers
Apache License 2.0
605 stars 85 forks source link

Added Slack Webhook Handler #5

Closed rknechtel closed 2 years ago

rknechtel commented 2 years ago

I added a new Slack Webhook handler. We use slack webhooks for everything not the Slack API. So I added a slack webhook handler to push events to Slack channels. It works, I'm using an in-house built pod of kubewatch in our AWS ECR for now. In future if you accept this MR then I will just point to your repo. Note: I had an PR in original Bitnami Repo prior to them shutting it down (See PR 282).

aantn commented 2 years ago

Hi, thank you for the PR. We had an issue with email notifications, so this PR went by unnoticed. We will get back to you soon.