Commit ac011fa1 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'add-release-pod-status-review-app-debug' into 'master'

Add pod status for review-app release in debug

See merge request gitlab-org/gitlab-ee!16522
parents 7ba91a0f 34446009
......@@ -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