Skip to content

Commit

Permalink
plz: make clean deletion of PLZ CRD
Browse files Browse the repository at this point in the history
  • Loading branch information
yorugac committed Sep 4, 2023
1 parent 9b326da commit 822c589
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions controllers/plz_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ func (r *PrivateLoadZoneReconciler) Reconcile(ctx context.Context, req ctrl.Requ
return ctrl.Result{}, err
}

r.poller = nil

// nothing left to do
return ctrl.Result{}, nil
}
Expand Down

0 comments on commit 822c589

Please sign in to comment.