From 7fd8251a06ca6fb808f31dd3f479ae8a8807fc6f Mon Sep 17 00:00:00 2001 From: jqlu Date: Fri, 3 Jul 2020 10:47:40 +0800 Subject: [PATCH] fix typo in status.go --- pkg/apis/flagger/v1beta1/status.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/apis/flagger/v1beta1/status.go b/pkg/apis/flagger/v1beta1/status.go index 0c83f5a5..17300312 100644 --- a/pkg/apis/flagger/v1beta1/status.go +++ b/pkg/apis/flagger/v1beta1/status.go @@ -49,7 +49,7 @@ const ( CanaryPhaseProgressing CanaryPhase = "Progressing" // CanaryPhasePromoting means the canary analysis is finished and the primary spec has been updated CanaryPhasePromoting CanaryPhase = "Promoting" - // CanaryPhaseProgressing means the canary promotion is finished and traffic has been routed back to primary + // CanaryPhaseFinalising means the canary promotion is finished and traffic has been routed back to primary CanaryPhaseFinalising CanaryPhase = "Finalising" // CanaryPhaseSucceeded means the canary analysis has been successful // and the canary deployment has been promoted