Update bin/sanity.sh

This commit is contained in:
2023-08-21 12:52:10 +02:00
parent 7c23fbb97e
commit d646850ec1

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"