Skip to content

Commit

Permalink
fix: possibly fix conflict on updates to revision
Browse files Browse the repository at this point in the history
Signed-off-by: Zach Aller <[email protected]>
  • Loading branch information
zachaller committed Dec 5, 2023
1 parent d892380 commit b33374a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rollout/sync.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ func (c *rolloutContext) syncReplicaSetRevision() (*appsv1.ReplicaSet, error) {
if err != nil {
return nil, fmt.Errorf("error updating replicaset informer in syncReplicaSetRevision: %w", err)
}
c.newRS = rs.DeepCopy()
return rs, nil
}

Expand Down

0 comments on commit b33374a

Please sign in to comment.