Update bin/sanity.sh

This commit is contained in:
Kasper Juul Hermansen 2023-08-21 12:52:10 +02:00
parent 7c23fbb97e
commit d646850ec1
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 | rg -v mesh | awk '{print $1}')
pod=$(k get pods -n "$env" | rg sanity-checks | rg -v mesh | awk '{print $1}')
echo "$pod"