diff --git a/script/deploy-collab b/script/deploy-collab index 8dbee18e3b78cfb1a26a74338509a69db54b0307..54442d5ddfc89fe74475914e5c99e4a63c8b059b 100755 --- a/script/deploy-collab +++ b/script/deploy-collab @@ -19,5 +19,6 @@ export ZED_IMAGE_ID=${image_id} target_zed_kube_cluster envsubst < crates/collab/k8s/collab.template.yml | kubectl apply -f - +kubectl -n "$environment" rollout status deployment/collab --watch echo "deployed collab v${version} to ${environment}"