You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have something like a clusterIdentity parameter that I could specify in the configuration and have that clusterIdentity included in the message sent to Slack or elsewhere.
For example, if I specified clusterIdentity: "my-cluster" in the configuration, the message in Slack would look something like this:
kubewatch
A deployment in namespace `kubewatch` in the `my-cluster` cluster has been created:
kubewatch/kubewatch
This way I can use the same Slack channel for multiple clusters and still distinguish between them.
The text was updated successfully, but these errors were encountered:
It would be nice to have something like a
clusterIdentity
parameter that I could specify in the configuration and have thatclusterIdentity
included in the message sent to Slack or elsewhere.For example, if I specified
clusterIdentity: "my-cluster"
in the configuration, the message in Slack would look something like this:This way I can use the same Slack channel for multiple clusters and still distinguish between them.
The text was updated successfully, but these errors were encountered: