Update bin/sanity.sh
This commit is contained in:
parent
9e54139b11
commit
4e03180b5d
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user