Skip to content

Commit

Permalink
fix condition always update (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
ColdsteelRail authored Sep 29, 2024
1 parent d3d15f2 commit ef67c8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/controllers/collaset/collaset_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ func (r *CollaSetReconciler) Reconcile(ctx context.Context, req ctrl.Request) (c
CollisionCount: collisionCount,
CurrentRevision: currentRevision.Name,
UpdatedRevision: updatedRevision.Name,
Conditions: instance.Status.Conditions,
}

getter, err := utilspoddecoration.NewPodDecorationGetter(r.Client, instance.Namespace)
Expand Down

0 comments on commit ef67c8f

Please sign in to comment.