mirror of
https://github.com/fluxcd/flagger.git
synced 2026-04-15 06:57:34 +00:00
Update Istio e2e to v1.2.2
Disable galley and MCP
This commit is contained in:
@@ -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
|
||||
|
||||
+1
-1
@@ -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")"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user