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"