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

fix

parent 11d15c0e
No related branches found
No related tags found
No related merge requests found
......@@ -159,7 +159,7 @@ func (r *OIDCClientReconciler) Reconcile(ctx context.Context, req ctrl.Request)
return controllerutil.SetOwnerReference(&oidcClient, secret, r.Scheme)
})
if err != nil {
panic(err)
return
}
conditions.Delete(&oidcClient, meta.ReconcilingCondition)
......
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