Remove nodeSelectors and tolerations from Istio base component

Upstream issue tied to https://github.com/istio/istio/issues/27240; for some reason, this is not allowed to be set.
pull/1817/head
Arvind Iyengar 2022-03-21 16:19:04 -07:00
parent ca8c4fa232
commit 535c1bc4c0
No known key found for this signature in database
GPG Key ID: A8DD9BFD6C811498
1 changed files with 0 additions and 9 deletions

View File

@ -4,15 +4,6 @@ spec:
components:
base:
enabled: {{ .Values.base.enabled }}
k8s:
nodeSelector: {{ include "linux-node-selector" . | nindent 12 }}
{{- if .Values.nodeSelector }}
{{- toYaml .Values.nodeSelector | nindent 12 }}
{{- end }}
tolerations: {{ include "linux-node-tolerations" . | nindent 12 }}
{{- if .Values.tolerations }}
{{- toYaml .Values.tolerations | nindent 12 }}
{{- end }}
cni:
enabled: {{ .Values.cni.enabled }}
k8s: