Skip to content

Commit a34d269

Browse files
fix: aggregate phase errors to handle SSA migration conflicts (#2639)
1 parent 58328a0 commit a34d269

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/operator-controller/controllers/clusterobjectset_controller.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -493,6 +493,7 @@ func (c *ClusterObjectSetReconciler) buildBoxcutterPhases(ctx context.Context, c
493493
opts := []boxcutter.RevisionReconcileOption{
494494
boxcutter.WithPreviousOwners(previousObjs),
495495
boxcutter.WithProbe(boxcutter.ProgressProbeType, progressionProbes),
496+
boxcutter.WithAggregatePhaseReconcileErrors(),
496497
}
497498

498499
phases := make([]boxcutter.Phase, 0)

0 commit comments

Comments
 (0)