Skip to content
Snippets Groups Projects
Commit 5eb24161 authored by Timothee Gosselin's avatar Timothee Gosselin
Browse files

cleanup

parent 6427a175
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,6 @@ import (
"github.com/Nerzal/gocloak/v11"
"github.com/fluxcd/pkg/apis/meta"
"github.com/fluxcd/pkg/runtime/conditions"
"github.com/minio/minio-go/v7"
appsv1alpha1 "libre.sh/controller/apis/apps/v1alpha1"
"libre.sh/controller/internal"
......@@ -60,9 +59,6 @@ func (r *RealmReconciler) Reconcile(ctx context.Context, req ctrl.Request) (resu
var kcErr error
defer func() {
if err == nil && minio.IsNetworkOrHostDown(kcErr, false) {
err = kcErr
}
if err != nil {
return
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment