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
The canary analysis could be extended with webhooks. Flagger would call a URL and determine from the response status code if the canary is failing or not.
The canary analysis could be extended with webhooks. Flagger would call a URL and determine from the response status code if the canary is failing or not.
CRD spec:
Webhook payload (HTTP POST JSON):
Response status codes:
On a non-2xx response include the the response body (if any) in the failed checks log & event.
The text was updated successfully, but these errors were encountered: