From c4380dbe063568b718f99ea4140b2462347f8e1f Mon Sep 17 00:00:00 2001 From: Young-Zen <40934357+Young-Zen@users.noreply.github.com> Date: Mon, 23 Aug 2021 16:48:37 +0800 Subject: [PATCH] fix helm test failed (#2149) Co-authored-by: yanghaojia --- charts/vela-core/templates/test/test-application.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/vela-core/templates/test/test-application.yaml b/charts/vela-core/templates/test/test-application.yaml index 280daa423..cb5a3daf5 100644 --- a/charts/vela-core/templates/test/test-application.yaml +++ b/charts/vela-core/templates/test/test-application.yaml @@ -42,12 +42,12 @@ spec: echo "Waiting application is ready..." echo "waiting for application being Applied" - kubectl -n vela-system wait --for=condition=Applied application helm-test-vela-app --timeout=3m + kubectl -n vela-system wait --for=condition=Applied applications.core.oam.dev helm-test-vela-app --timeout=3m echo "application being Applied" # wait for deploy being created echo "waiting for deployment being available" - kubectl -n vela-system wait --for=condition=available deploy helm-test-express-server --timeout 3m + kubectl -n vela-system wait --for=condition=available deployments helm-test-express-server --timeout 3m echo "deployment being available" # wait for ingress being created