mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-14 14:23:37 +00:00
Merge pull request #26418 from AdoHe/kubectl_env
Automatic merge from submit-queue fix strategy patch diff list issue fixes #25585 @janetkuo @pwittrock ptal.
This commit is contained in:
commit
195842713d
@ -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