fix typo in status.go

This commit is contained in:
jqlu
2020-07-03 10:47:40 +08:00
committed by GitHub
parent 72c7a103f9
commit 7fd8251a06
+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