mirror of
https://github.com/fluxcd/flagger.git
synced 2026-08-29 02:37:31 +00:00
Add webhook confirm-traffic-increase for manually approving traffic increase
Signed-off-by: Mayank Shah <mayankshah1614@gmail.com>
This commit is contained in:
@@ -314,6 +314,8 @@ const (
|
||||
EventHook HookType = "event"
|
||||
// RollbackHook rollback canary analysis if webhook returns HTTP 200
|
||||
RollbackHook HookType = "rollback"
|
||||
// ConfirmTrafficIncreaseHook increases traffic weight if webhook returns HTTP 200
|
||||
ConfirmTrafficIncreaseHook = "confirm-traffic-increase"
|
||||
)
|
||||
|
||||
// CanaryWebhook holds the reference to external checks used for canary analysis
|
||||
|
||||
Reference in New Issue
Block a user