From d646850ec1c44b0a71b86ce77f13af2f9bd8143e Mon Sep 17 00:00:00 2001 From: kjuulh Date: Mon, 21 Aug 2023 12:52:10 +0200 Subject: [PATCH] Update bin/sanity.sh --- bin/executable_sanity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/executable_sanity.sh b/bin/executable_sanity.sh index eea3abb..5d2e2f3 100644 --- a/bin/executable_sanity.sh +++ b/bin/executable_sanity.sh @@ -5,7 +5,7 @@ function sanity() { k8s "$env" - pod=$(k get pods -n "$env" | rg sanity | rg -v mesh | awk '{print $1}') + pod=$(k get pods -n "$env" | rg sanity-checks | rg -v mesh | awk '{print $1}') echo "$pod"