mirror of https://git.rancher.io/charts
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
parent
ca8c4fa232
commit
535c1bc4c0
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue