From 852454fa2c343b862d29c2d0f48c1cd83b0ecefc Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Sat, 22 Jun 2019 13:42:57 +0300 Subject: [PATCH] Fix Istio v1.2.0 e2e testing by enabling galley --- test/e2e-istio-values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/e2e-istio-values.yaml b/test/e2e-istio-values.yaml index 7386ca3a..4ab300dd 100644 --- a/test/e2e-istio-values.yaml +++ b/test/e2e-istio-values.yaml @@ -22,7 +22,7 @@ sidecarInjectorWebhook: # galley configuration galley: - enabled: false + enabled: true # mixer configuration mixer: @@ -59,4 +59,4 @@ global: limits: cpu: 1000m memory: 256Mi - useMCP: false + useMCP: true