UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Resolve "Gitlab upgrade to 13.10.3"

Merged kevin.wilder requested to merge 280-gitlab into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -32,7 +32,7 @@ function array_contains() {
## $1: package name
function wait_on() {
echo "Waiting on package $1"
kubectl wait --for=condition=Ready --timeout 600s helmrelease -n bigbang $1;
kubectl wait --for=condition=Ready --timeout 1200s helmrelease -n bigbang $1;
}
## Function to wait on all statefulsets
Loading