diff --git a/pkg/controllers/clusterresourceplacement/placement_status.go b/pkg/controllers/clusterresourceplacement/placement_status.go index aff4c68fb..dab31339b 100644 --- a/pkg/controllers/clusterresourceplacement/placement_status.go +++ b/pkg/controllers/clusterresourceplacement/placement_status.go @@ -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