Skip to content

Commit f15533d

Browse files
committed
reset phase
1 parent 87dc9d2 commit f15533d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/controllers/terraform_controller.go

+1
Original file line numberDiff line numberDiff line change
@@ -693,6 +693,7 @@ func (r *ReconcileTerraform) Reconcile(ctx context.Context, request reconcile.Re
693693
now := metav1.Now()
694694
tf.Status.RetryEventReason = &label // saved via updateStatusWithRetry
695695
tf.Status.RetryTimestamp = &now // saved via updateStatusWithRetry
696+
tf.Status.Phase = tfv1beta1.PhaseInitializing
696697
}
697698
}
698699
}

0 commit comments

Comments
 (0)