mirror of
https://github.com/fluxcd/flagger.git
synced 2026-02-14 09:59:58 +00:00
Merge pull request #1797 from steved/steved/event-webhook-timeout
fix: honor event webhook timeout
This commit is contained in:
@@ -138,7 +138,7 @@ func CallEventWebhook(r *flaggerv1.Canary, w flaggerv1.CanaryWebhook, message, e
|
||||
payload.Metadata[key] = value
|
||||
}
|
||||
}
|
||||
return callWebhook(w.URL, payload, "5s", w.Retries, w.DisableTLS)
|
||||
return callWebhook(w.URL, payload, w.Timeout, w.Retries, w.DisableTLS)
|
||||
}
|
||||
|
||||
func canaryChecksum(c flaggerv1.Canary) string {
|
||||
|
||||
Reference in New Issue
Block a user