diff --git a/controllers/natsgateway_controller.go b/controllers/natsgateway_controller.go index 2b010ca..56681cb 100644 --- a/controllers/natsgateway_controller.go +++ b/controllers/natsgateway_controller.go @@ -111,7 +111,7 @@ func (r *NatsGatewayReconciler) reconcileResources(ctx context.Context, req ctrl return nil } -func (r *NatsGatewayReconciler) reconcileGateway(ctx context.Context, req ctrl.Request, gateway *natsv1alpha1.NatsGateway) error { +func (r *NatsGatewayReconciler) reconcileGateway(ctx context.Context, _ ctrl.Request, gateway *natsv1alpha1.NatsGateway) error { log := log.FromContext(ctx) log.Info("reconcile status", "name", gateway.Name, "namespace", gateway.Namespace)