Fix build error

This commit is contained in:
vivzbansal
2024-11-08 05:54:30 +00:00
parent 1eb966cb45
commit 1cf4587277
11 changed files with 97 additions and 54 deletions

View File

@@ -323,7 +323,6 @@ func dropNonResizeUpdates(newPod, oldPod *api.Pod) *api.Pod {
pod.Spec.InitContainers[idx].ResizePolicy = ctr.ResizePolicy
}
}
return pod
}