diff --git a/scripts/deploy/02_wait_for_helmrealeases.sh b/scripts/deploy/02_wait_for_helmrealeases.sh
index 2849f2d996b8177202757ecc84f63119972eb87b..aac2d925de7f7962e0deddc4534d92e55b47951a 100755
--- a/scripts/deploy/02_wait_for_helmrealeases.sh
+++ b/scripts/deploy/02_wait_for_helmrealeases.sh
@@ -32,6 +32,7 @@ function array_contains() {
 function wait_on() {
   echo "Waiting on package $1"
   kubectl wait --for=condition=Ready --timeout 600s helmrelease -n bigbang $1;
+  kubectl get all -A
 }
 
 for package in $ORDERED_HELMRELEASES;