Merge pull request #641 from jqlu/patch-1

fix typo in status.go
This commit is contained in:
Takeshi Yoneda
2020-07-03 18:44:09 +09:00
committed by GitHub
+1 -1
View File
@@ -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