Skip to content

Commit

Permalink
fix: remove reconcile
Browse files Browse the repository at this point in the history
  • Loading branch information
katallaxie committed Apr 11, 2023
1 parent be3967f commit 9c2d257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/monitor_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func (m *monitorReconcile) Reconcile(ctx context.Context, r reconcile.Request) (

err = m.reconcileResources(ctx, mon)
if err != nil {
log.Error(err, err.Error())
log.Error(err, "cannot reconcile resources")
// Error reconciling uptrends sub-resources - requeue the request.
return reconcile.Result{}, err
}
Expand Down

0 comments on commit 9c2d257

Please sign in to comment.