From 8f0df5e1e3f69ea1023b0c96e1f8544ceeabeab6 Mon Sep 17 00:00:00 2001 From: Prashant Shahi Date: Fri, 28 Jan 2022 22:59:07 +0530 Subject: [PATCH] =?UTF-8?q?ci(k3s):=20=F0=9F=A9=B9=20simple=20fix=20as=20p?= =?UTF-8?q?er=20the=20helm=20chart=20changes=20(#651)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/e2e-k3s.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-k3s.yaml b/.github/workflows/e2e-k3s.yaml index 41bea93c8e..97885d9b92 100644 --- a/.github/workflows/e2e-k3s.yaml +++ b/.github/workflows/e2e-k3s.yaml @@ -47,8 +47,8 @@ jobs: --set frontend.image.tag=$DOCKER_TAG # get pods, services and the container images - kubectl describe deploy/frontend -n platform | grep Image - kubectl describe statefulset/query-service -n platform | grep Image + kubectl describe deploy/my-release-frontend -n platform | grep Image + kubectl describe statefulset/my-release-query-service -n platform | grep Image kubectl get pods -n platform kubectl get svc -n platform