mirror of
https://github.com/fluxcd/flagger.git
synced 2026-03-04 10:40:57 +00:00
Fix the waiting logic to actually wait for the canary deployment to be ready before continuing with the rest of the finalization logic. Previously, the canary deployment was not being checked for a ready status due to the the absence of the `Steps` field in the specified backoff. Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com>