mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 14:07:14 +00:00
fix strategy patch diff list issue
This commit is contained in:
parent
a8ba289003
commit
04c0103c4a
@ -432,7 +432,7 @@ loopB:
|
||||
if !ignoreChangesAndAdditions {
|
||||
// Add any remaining items found only in modified
|
||||
for ; modifiedIndex < len(modifiedSorted); modifiedIndex++ {
|
||||
patch = append(patch, modified[modifiedIndex])
|
||||
patch = append(patch, modifiedSorted[modifiedIndex])
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user