Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
controller
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
libre.sh
kubernetes
controller
Commits
5eb24161
Commit
5eb24161
authored
2 years ago
by
Timothee Gosselin
Browse files
Options
Downloads
Patches
Plain Diff
cleanup
parent
6427a175
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
controllers/apps/realm_controller.go
+0
-4
0 additions, 4 deletions
controllers/apps/realm_controller.go
with
0 additions
and
4 deletions
controllers/apps/realm_controller.go
+
0
−
4
View file @
5eb24161
...
...
@@ -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
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment