From 4e03180b5d9fb9f90bd68dff08354b848a2fc0e9 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Mon, 25 Sep 2023 22:26:00 +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 5d2e2f3..7823a52 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-checks | rg -v mesh | awk '{print $1}') + pod=$(k get pods -n "$env" | rg sanity-check | rg -v mesh | awk '{print $1}') echo "$pod"