WebhookΒΆ
Robusta can report issues and events in your Kubernetes cluster to a webhook.
Add this to your generated_values.yaml
sinksConfig:
- webhook_sink:
name: webhook_sink
url: "https://my-webhook-service.com/robusta-alerts"
Save the file and run
helm upgrade robusta robusta/robusta --values=generated_values.yaml
Example Output: