UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit df3fe863 authored by Josh Wolf's avatar Josh Wolf
Browse files

ci: ensure waits match flux rollback timeout

parent 58d70bc3
No related branches found
No related tags found
1 merge request!188Staging
Pipeline #152431 passed with warnings
......@@ -31,7 +31,7 @@ function array_contains() {
## $1: package name
function wait_on() {
echo "Waiting on package $1"
kubectl wait --for=condition=Ready --timeout 500s helmrelease -n bigbang $1;
kubectl wait --for=condition=Ready --timeout 600s helmrelease -n bigbang $1;
}
for package in $ORDERED_HELMRELEASES;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment