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}}