diff --git a/controllers/role_controller.go b/controllers/role_controller.go index 360752f..4123a3b 100644 --- a/controllers/role_controller.go +++ b/controllers/role_controller.go @@ -233,6 +233,7 @@ func (r *RoleReconciler) SetupWithManager(mgr ctrl.Manager) error { roleList := &tarantooliov1alpha1.RoleList{} if err := r.Client.List(context.TODO(), roleList, &client.ListOptions{}); err != nil { mgr.GetLogger().Info("error while getting list of roles") + mgr.GetLogger().Info(err.Error()) } res := []reconcile.Request{}