Skip to content

Commit

Permalink
Set the Istio cni namespace to prevent that cni resources will be cre…
Browse files Browse the repository at this point in the history
…ated in kube-system namespace on GKE (#16955)
  • Loading branch information
triffer authored Mar 1, 2023
1 parent 59a8276 commit e746161
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/istio/templates/istio-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit e746161

Please sign in to comment.