From e9c0d356955ad49e767d1543102d6e569cfcc963 Mon Sep 17 00:00:00 2001 From: Stefan Reimer Date: Fri, 11 Sep 2020 15:15:53 +0100 Subject: [PATCH] Remove deprecated fields for 1.7 --- charts/kubezero-istio/templates/istio.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/charts/kubezero-istio/templates/istio.yaml b/charts/kubezero-istio/templates/istio.yaml index 94866a9..28de25e 100644 --- a/charts/kubezero-istio/templates/istio.yaml +++ b/charts/kubezero-istio/templates/istio.yaml @@ -11,8 +11,6 @@ spec: prometheus: enabled: false components: - citadel: - enabled: false galley: enabled: false ingressGateways: @@ -92,8 +90,6 @@ spec: - effect: NoSchedule key: node-role.kubernetes.io/master - sidecarInjector: - enabled: false telemetry: enabled: false values: @@ -127,9 +123,6 @@ spec: {{- if eq .Values.ingress.type "NodePort" }} nodePort: 30443 {{- end }} - meshConfig: - accessLogFile: /dev/stdout - disablePolicyChecks: false global: jwtPolicy: first-party-jwt logAsJson: true