mirror of https://github.com/helm/helm
The previous change suppressed ctx.Err() whenever there were no resource-specific errors, which incorrectly swallowed context.Canceled and other non-deadline errors signalling an external interruption. Refine the condition: only suppress context.DeadlineExceeded when there are no resource-specific errors (resources are Unknown/NotFound, meaning the delete wait succeeded or resources were already gone). Any other context error — including context.Canceled — is always propagated. Signed-off-by: Terry Howe <terrylhowe@gmail.com>pull/32081/head
parent
4e24ee41a4
commit
5e09ee78ee
Loading…
Reference in new issue