How can we send notifications to multiple channels based on namespace?
Suppose, in one cluster we have N namespaces that represent N teams and they all have different slack endpoints.
So, instead of deploying N kubewatch in N namespaces I want to deploy one kubewatch where I can slack endpoint per namespace to monitor.
Can we configure this case?