Skip to content

Commit

Permalink
Add log for when authconfig is no longer watched
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-cattermole committed Sep 20, 2023
1 parent 5fc204a commit 6f09ed2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controllers/auth_config_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ func (r *AuthConfigReconciler) Reconcile(ctx context.Context, req ctrl.Request)
r.Index.Delete(resourceId)
r.StatusReport.Clear(resourceId)
reportReconciled = false
logger.Info("resource de-indexed")
} else {
// resource found and it is to be watched by this controller
// we need to either create it or update it in the index
Expand Down

0 comments on commit 6f09ed2

Please sign in to comment.