tarantool / helm-charts

Tarantool Helm Charts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing delimiter in tolerations line

chelsEg opened this issue · comments

Hi there,

In tolerations block missing delimiter | between .Values.tolerations and toYaml

{{- if .Values.tolerations }}
tolerations: {{- tpl (.Values.tolerations toYaml) $ | nindent 8 }}
{{- end }}

The link is there.