Skip to content

Commit

Permalink
Merge pull request #266 from raghavendra-talur/rtalur-backport-1392
Browse files Browse the repository at this point in the history
  • Loading branch information
raghavendra-talur committed May 14, 2024
2 parents f1ef0e3 + 3fcc380 commit 6346d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/drplacementcontrol_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -2281,7 +2281,7 @@ func addOrUpdateCondition(conditions *[]metav1.Condition, conditionType string,

// Initial creation of the DRPC status condition. This will also preserve the ordering of conditions in the array
func ensureDRPCConditionsInited(conditions *[]metav1.Condition, observedGeneration int64, message string) {
const DRPCTotalConditions = 2
const DRPCTotalConditions = 3
if len(*conditions) == DRPCTotalConditions {
return
}
Expand Down

0 comments on commit 6346d5d

Please sign in to comment.