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