Watch deploys a little closer (#4164)

The current thing of returning before it's done makes me so nervous
This commit is contained in:
Conrad Irwin
2024-01-19 11:07:17 -07:00
committed by GitHub
+1
View File
@@ -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}"