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/