From 8004b776bfc2f55bd2f080ad625d391cd7b8dbf5 Mon Sep 17 00:00:00 2001 From: Christian Teijon Date: Fri, 24 Aug 2018 13:43:26 +0200 Subject: [PATCH] gk_deploy: add --show-all switch --- deploy/gk-deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/gk-deploy b/deploy/gk-deploy index 8cf5b40e..89c05e5b 100755 --- a/deploy/gk-deploy +++ b/deploy/gk-deploy @@ -340,7 +340,7 @@ check() { break fi sleep 2 - res=$(${CLI} get "${resource}" --no-headers "${select}" 2>/dev/null) + res=$(${CLI} get "${resource}" --no-headers --show-all "${select}" 2>/dev/null) if [[ ${s} -ne 0 ]] && [[ ${VERBOSE} -eq 1 ]]; then reslines=$(echo "$res" | wc -l) ((reslines+=1))