UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

BB-1128 Sonarqube Addon

Merged Branden Cobb requested to merge BB-1128-Sonarqube into master
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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 700s helmrelease -n bigbang $1;
}
for package in $ORDERED_HELMRELEASES;
Loading