diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 8e2414e..dc7420e 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -58,7 +58,7 @@ jobs: ((c++)) && ((c==12)) && exit 1 sleep 10 done - apps=$(kubectl get pods -n baseline -o custom-columns=:metadata.labels.app | tr " " "\n" | sort -g | tr "\n" " " | xargs) + apps=$(kubectl get pods -n baseline -o custom-columns=:metadata.labels.app.kubernetes.io/name | tr " " "\n" | sort -g | tr "\n" " " | xargs) echo ${apps} if [ "${apps}" != "cartservice frontend postgres productcatalogservice" ]; then exit 1; fi