chore: fix wrong values used for ui tolerations and nodeselectors

Signed-off-by: Xabier Napal <xabiernapal@pm.me>
This commit is contained in:
Xabier Napal 2021-08-06 17:42:48 +02:00 committed by David Ko
parent 47d38e621e
commit 464e9e79ab

View File

@ -36,11 +36,11 @@ spec:
{{- end }} {{- end }}
{{- if .Values.longhornUI.tolerations }} {{- if .Values.longhornUI.tolerations }}
tolerations: tolerations:
{{ toYaml .Values.longhornManager.tolerations | indent 6 }} {{ toYaml .Values.longhornUI.tolerations | indent 6 }}
{{- end }} {{- end }}
{{- if .Values.longhornUI.nodeSelector }} {{- if .Values.longhornUI.nodeSelector }}
nodeSelector: nodeSelector:
{{ toYaml .Values.longhornManager.nodeSelector | indent 8 }} {{ toYaml .Values.longhornUI.nodeSelector | indent 8 }}
{{- end }} {{- end }}
--- ---
kind: Service kind: Service