Skip to content

Commit

Permalink
remove common error as detailed errors were added
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill-Garbar committed Jun 7, 2024
1 parent 691ef75 commit 1ad7d6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/controller/etcdcluster_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ func (r *EtcdClusterReconciler) Reconcile(ctx context.Context, req ctrl.Request)

// ensure managed resources
if err = r.ensureClusterObjects(ctx, instance); err != nil {
log.Error(ctx, err, "cannot create Cluster auxiliary objects")
return r.updateStatusOnErr(ctx, instance, fmt.Errorf("cannot create Cluster auxiliary objects: %w", err))
}

Expand Down

0 comments on commit 1ad7d6c

Please sign in to comment.