Update bin/sanity.sh

This commit is contained in:
2023-09-25 22:26:00 +02:00
parent 9e54139b11
commit 4e03180b5d

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"