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.yamlNote
To secure your webhook URL using Kubernetes Secrets, see :ref:`Managing Secrets`.
Example Output:
