From 5bd32503f65684aadb3a13f8843370f710fef972 Mon Sep 17 00:00:00 2001 From: ashutosh16 <11219262+ashutosh16@users.noreply.github.com> Date: Sun, 11 Feb 2024 19:35:12 -0800 Subject: [PATCH] fix: stuck rollout when rollout is paused Signed-off-by: ashutosh16 <11219262+ashutosh16@users.noreply.github.com> --- test/e2e/functional/rollout-canary-with-pause.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/e2e/functional/rollout-canary-with-pause.yaml b/test/e2e/functional/rollout-canary-with-pause.yaml index b92ec9e1c1..6f5d3a4068 100644 --- a/test/e2e/functional/rollout-canary-with-pause.yaml +++ b/test/e2e/functional/rollout-canary-with-pause.yaml @@ -73,5 +73,4 @@ spec: stableService: rollout-canary-with-pause-stable steps: - setWeight: 20 - - pause: {} - \ No newline at end of file + - pause: {} \ No newline at end of file