Commit 34446009 authored by Kyle Wiebers's avatar Kyle Wiebers

Add pod status for review-app release in debug

parent 94c2b462
......@@ -255,6 +255,8 @@ EOF
}
function display_deployment_debug() {
kubectl get pods -n "$KUBE_NAMESPACE" -lrelease=${CI_ENVIRONMENT_SLUG}
migrations_pod=$(get_pod "migrations");
if [ -z "${migrations_pod}" ]; then
echoerr "Migrations pod not found."
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment