Skip to content

Commit

Permalink
reset phase
Browse files Browse the repository at this point in the history
  • Loading branch information
isaaguilar committed Oct 26, 2023
1 parent 1945c9d commit fc6a2e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/controllers/terraform_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -693,6 +693,7 @@ func (r *ReconcileTerraform) Reconcile(ctx context.Context, request reconcile.Re
now := metav1.Now()
tf.Status.RetryEventReason = &label // saved via updateStatusWithRetry
tf.Status.RetryTimestamp = &now // saved via updateStatusWithRetry
tf.Status.Phase = tfv1beta1.PhaseInitializing
}
}
}
Expand Down

0 comments on commit fc6a2e1

Please sign in to comment.