We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3017a4 commit 236de8aCopy full SHA for 236de8a
internal/controller/gateway_controller.go
@@ -60,7 +60,7 @@ func (r *GatewayReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ct
60
return ctrl.Result{}, err
61
}
62
63
- return ctrl.Result{}, nil
+ return ctrl.Result{}, err
64
65
ns := gateway.GetNamespace()
66
if !r.checkGatewayClass(gateway) {
0 commit comments