diff --git a/pkg/controller/instance/plan_execution_engine.go b/pkg/controller/instance/plan_execution_engine.go index 2aff26e93..445b3e8da 100644 --- a/pkg/controller/instance/plan_execution_engine.go +++ b/pkg/controller/instance/plan_execution_engine.go @@ -173,7 +173,7 @@ func executeStep(step v1alpha1.Step, state *v1alpha1.StepStatus, resources []run } } - err = health.IsHealthy(c, r) + err = health.IsHealthy(c, existingResource) if err != nil { allHealthy = false log.Printf("PlanExecution: Obj is NOT healthy: %s", prettyPrint(key))