Hi everyone! I'm trying to set up our Flux notifications to go to PagerDuty so we get alerted if something breaks in our deployments. I've seen it mentioned in a few articles, but I'm hitting a wall trying to get the details right.
I'm pretty comfortable with the basic Flux setup, but the notification controller and provider configuration feels a bit over my head. Specifically, I'm not sure how to structure the Provider and Alert resources correctly for PagerDuty. Do I need to create a secret for the PagerDuty routing key, and if so, what's the exact format? I'm also unsure if there's a specific PagerDuty event type I should be using.
Could someone who's done this walk me through a working example? A step-by-step would be a lifesaver 🙏. I'm hoping to catch things like health check failures or reconciliation errors.
Thx!