Skip to content

Commit 751d36f

Browse files
committed
Requeue
Signed-off-by: Manuel de Brito Fontes <[email protected]>
1 parent 9fb2685 commit 751d36f

File tree

1 file changed

+2
-2
lines changed
  • components/node-labeler/cmd

1 file changed

+2
-2
lines changed

components/node-labeler/cmd/run.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,9 +226,9 @@ func (r *PodReconciler) Reconcile(ctx context.Context, req reconcile.Request) (r
226226
}
227227

228228
if component == registryFacade {
229-
err = checkegistryFacade(ipAddress, port)
229+
err = checkRegistryFacade(ipAddress, port)
230230
if err != nil {
231-
return reconcile.Result{RequeueAfter: time.Second * 10}, err
231+
return reconcile.Result{RequeueAfter: time.Second * 10}, nil
232232
}
233233
}
234234

0 commit comments

Comments
 (0)