Update bin/sanity.sh

This commit is contained in:
Kasper Juul Hermansen 2023-09-25 22:26:00 +02:00
parent 9e54139b11
commit 4e03180b5d
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

View File

@ -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"