Skip to content

Commit

Permalink
whitespace change to force re-test
Browse files Browse the repository at this point in the history
Signed-off-by: Shlomo Sanders <[email protected]>
  • Loading branch information
Shlomo Sanders committed Jun 9, 2022
1 parent 2494952 commit 0f7ebb0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils/replicaset/canary.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ func CalculateReplicaCountsForBasicCanary(rollout *v1alpha1.Rollout, newRS *apps
maxSurge := MaxSurge(rollout)

desiredNewRSReplicaCount, desiredStableRSReplicaCount := approximateWeightedCanaryStableReplicaCounts(rolloutSpecReplica, desiredWeight, maxSurge)

if desiredNewRSReplicaCount > 0 {
desiredNewRSReplicaCount = max(desiredNewRSReplicaCount, minReplicas)
}
Expand Down

0 comments on commit 0f7ebb0

Please sign in to comment.