UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 1c59a4dc authored by still's avatar still
Browse files

testing

parent aff9435e
No related branches found
No related tags found
1 merge request!190BB 1233 - Add Minio deployment
Pipeline #155510 failed
...@@ -31,7 +31,8 @@ function array_contains() { ...@@ -31,7 +31,8 @@ function array_contains() {
## $1: package name ## $1: package name
function wait_on() { function wait_on() {
echo "Waiting on package $1" echo "Waiting on package $1"
kubectl wait --for=condition=Ready --timeout 600s helmrelease -n bigbang $1; kubectl get hr,kustomizations,gitrepositories -A
kubectl wait --for=condition=Ready --timeout 100s helmrelease -n bigbang $1;
kubectl get all -A kubectl get all -A
} }
...@@ -43,6 +44,8 @@ do ...@@ -43,6 +44,8 @@ do
fi fi
done done
kubectl get hr,kustomizations,gitrepositories -A
for package in $DEPLOYED_HELMRELEASES; for package in $DEPLOYED_HELMRELEASES;
do do
if array_contains ORDERED_HELMRELEASES "$package"; if array_contains ORDERED_HELMRELEASES "$package";
......
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