Skip to content

Commit

Permalink
fix: Reschedule reconciliation after adding finalizer
Browse files Browse the repository at this point in the history
  • Loading branch information
codablock committed Jul 13, 2023
1 parent b836b2a commit b1f574d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/controllers/kluctldeployment_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ func (r *KluctlDeploymentReconciler) Reconcile(ctx context.Context, req ctrl.Req
log.Error(err, "unable to register finalizer")
return ctrl.Result{}, err
}
return ctrl.Result{Requeue: true}, nil
}

// Examine if the object is under deletion
Expand Down

0 comments on commit b1f574d

Please sign in to comment.