MS TeamsΒΆ
Robusta can report issues and events in your Kubernetes cluster to a MS Teams webhook.

To configure a MS Teams sink we need a webhook URL for the target teams channel. You can configure it in MS Teams channel connectors.
Configuring the MS Teams sinkΒΆ
Add this to your generated_values.yaml
sinksConfig:
- ms_teams_sink:
name: main_ms_teams_sink
webhook_url: teams-incoming-webhook # see video below
Then do a Helm Upgrade.
Creating a webhook url in MS TeamsΒΆ
MS Teams isn't the most intuitive, so we've created a video on getting the webhook_url
parameter from MS Teams itself: