Skip to content

Commit 80acfbc

Browse files
Fix the kubectl-nodepool-replicas-wait script to sleep correctly in the loop (#548)
Description / Motivation: The while loop is incorrectly closed before the sleep call. Co-authored-by: Chithresh Azad <[email protected]>
1 parent cff08b9 commit 80acfbc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/tekton-resources/tasks/generators/karpenter/kubectl-nodepool-replicas-wait.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ spec:
9090
9191
echo "$(date): Not all availability zones have reached target replicas. Waiting ${CHECK_INTERVAL} seconds before next check..."
9292
93-
done
9493
sleep $CHECK_INTERVAL
9594
done
9695

0 commit comments

Comments
 (0)