Skip to content

Commit

Permalink
Update pkg/controllers/cluster/kubeconfig_controller.go
Browse files Browse the repository at this point in the history
Co-authored-by: Uwe Mayer <115539431+uwe-mayer@users.noreply.github.com>
  • Loading branch information
onuryilmaz and uwe-mayer authored Sep 18, 2024
1 parent 92f9595 commit 0814a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controllers/cluster/kubeconfig_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func (r *KubeconfigReconciler) Reconcile(ctx context.Context, req ctrl.Request)
// get oidc info from organization
oidc, err := r.getOIDCInfo(ctx, cluster.Namespace)
if err != nil {
l.Error(err, "skip reconcile, oidc data not fetched")
l.Error(err, "skip reconcile, error fetching OIDC data")
return ctrl.Result{}, nil
}

Expand Down

0 comments on commit 0814a21

Please sign in to comment.