From 493554178f07c24f2a8dd853af42d0dede4a0d65 Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Sat, 29 Jun 2019 10:27:40 +0300 Subject: [PATCH] Update Istio e2e to v1.2.2 Disable galley and MCP --- test/e2e-istio-values.yaml | 6 ++---- test/e2e-istio.sh | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/test/e2e-istio-values.yaml b/test/e2e-istio-values.yaml index 4ab300dd..b234dedf 100644 --- a/test/e2e-istio-values.yaml +++ b/test/e2e-istio-values.yaml @@ -22,14 +22,12 @@ sidecarInjectorWebhook: # galley configuration galley: - enabled: true + enabled: false # mixer configuration mixer: policy: enabled: false - replicaCount: 1 - autoscaleEnabled: false telemetry: enabled: true replicaCount: 1 @@ -59,4 +57,4 @@ global: limits: cpu: 1000m memory: 256Mi - useMCP: true + useMCP: false diff --git a/test/e2e-istio.sh b/test/e2e-istio.sh index 6f3832f4..1ab10fb6 100755 --- a/test/e2e-istio.sh +++ b/test/e2e-istio.sh @@ -2,7 +2,7 @@ set -o errexit -ISTIO_VER="1.2.0" +ISTIO_VER="1.2.2" REPO_ROOT=$(git rev-parse --show-toplevel) export KUBECONFIG="$(kind get kubeconfig-path --name="kind")"