diff --git a/e2e/internal/kubeclient/deploy.go b/e2e/internal/kubeclient/deploy.go index 1d0e58a4c..69aa14e06 100644 --- a/e2e/internal/kubeclient/deploy.go +++ b/e2e/internal/kubeclient/deploy.go @@ -94,6 +94,7 @@ func (c *Kubeclient) WaitForDeployment(ctx context.Context, namespace, name stri logger.Debug("pod not ready", "name", pod.Name, "status", c.toJSON(pod.Status)) } } + return ctx.Err() } } }