From e7461611d04be260779ed69ab2f027e3e9ce15d1 Mon Sep 17 00:00:00 2001 From: Tim Riffer Date: Wed, 1 Mar 2023 16:46:56 +0100 Subject: [PATCH] Set the Istio cni namespace to prevent that cni resources will be created in kube-system namespace on GKE (#16955) --- resources/istio/templates/istio-operator.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/istio/templates/istio-operator.yaml b/resources/istio/templates/istio-operator.yaml index 205baad0496d..3ba2dd97207a 100644 --- a/resources/istio/templates/istio-operator.yaml +++ b/resources/istio/templates/istio-operator.yaml @@ -10,6 +10,7 @@ spec: profile: default components: cni: + namespace: {{ .Release.Namespace }} enabled: {{ .Values.components.cni.enabled }} k8s: {{- toYaml .Values.components.cni.config | nindent 8}}