From 71a220d4322682dbc9007415437218601756fd47 Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Thu, 13 Feb 2020 11:47:38 +0200 Subject: [PATCH] e2e: Fix Gloo routes --- test/e2e-gloo-tests.sh | 5 ++--- test/e2e-kind.sh | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/test/e2e-gloo-tests.sh b/test/e2e-gloo-tests.sh index eea2b99b..2bddfb13 100755 --- a/test/e2e-gloo-tests.sh +++ b/test/e2e-gloo-tests.sh @@ -27,10 +27,9 @@ spec: virtualHost: domains: - app.example.com - name: podinfo routes: - - matcher: - prefix: / + - matchers: + - prefix: / routeAction: upstreamGroup: name: podinfo diff --git a/test/e2e-kind.sh b/test/e2e-kind.sh index 6ce283e4..762da168 100755 --- a/test/e2e-kind.sh +++ b/test/e2e-kind.sh @@ -28,4 +28,4 @@ kubectl get pods --all-namespaces echo ">>> Installing Helm" curl -sSL https://get.helm.sh/helm-${HELM_VERSION}-linux-amd64.tar.gz | tar xz && sudo mv linux-amd64/helm /usr/local/bin/ && rm -rf linux-amd64 - +helm repo add stable https://kubernetes-charts.storage.googleapis.com/