Skip to content

Commit

Permalink
fix spellilng
Browse files Browse the repository at this point in the history
Co-authored-by: alex bezek <alex@ngrok.com>
  • Loading branch information
Abdiramen and alex-bezek committed Jan 12, 2024
1 parent 52289a7 commit 9e26c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controller/gateway/gateway_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func (r *GatewayReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ct

if err := r.Client.Get(ctx, req.NamespacedName, gw); err != nil {
if errors.IsNotFound(err) {
log.V(1).Info("reconciliation triggered but gateway does not exist, ingnoring")
log.V(1).Info("reconciliation triggered but gateway does not exist, ignoring")
return ctrl.Result{Requeue: false}, nil
}
return ctrl.Result{Requeue: true}, nil
Expand Down

0 comments on commit 9e26c62

Please sign in to comment.