Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Zhang committed Dec 17, 2024
1 parent c1a8949 commit a4db880
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ func (r *Reconciler) setResourcePlacementStatusPerCluster(crp *fleetv1beta1.Clus
case condition.AppliedCondition, condition.AvailableCondition:
if bindingCond.Status == metav1.ConditionFalse {
if crp.Spec.Strategy.ApplyStrategy.Type != fleetv1beta1.ApplyStrategyTypeReportDiff {
// Nothing is applied If the apply strategy is reportDiff.
// Nothing is applied if the apply strategy is reportDiff.
status.FailedPlacements = binding.Status.FailedPlacements
}
status.DiffedPlacements = binding.Status.DiffedPlacements
Expand Down

0 comments on commit a4db880

Please sign in to comment.