From 35e3164b5ce8cdbedda2fe6cd7368bc6a145ea56 Mon Sep 17 00:00:00 2001 From: Cedric Verstraeten Date: Wed, 14 Aug 2024 22:33:43 +0200 Subject: [PATCH] Update microk8s.yaml --- .github/workflows/microk8s.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/microk8s.yaml b/.github/workflows/microk8s.yaml index 9aca476..d05f244 100644 --- a/.github/workflows/microk8s.yaml +++ b/.github/workflows/microk8s.yaml @@ -29,7 +29,7 @@ jobs: kubectl apply -f minio-tenant-base.yaml echo "Sleeping for 30 seconds, give time for the operator/tenant to create the CRDs" && sleep 30 kubectl get po -A -o wide - kubeclt get po -A -o wide | grep myminio-pool-0-0 | awk '{print $4}' | grep -q '2/2' && echo "minio-tenant pod is running with status 1/1" || (echo "minio-tenant pod is not running with status 1/1" && exit 1) + kubectl get po -A -o wide | grep myminio-pool-0-0 | awk '{print $4}' | grep -q '2/2' && echo "minio-tenant pod is running with status 1/1" || (echo "minio-tenant pod is not running with status 1/1" && exit 1) - name: Install MongoDB id: install-mongodb run: |