chore: fix wrong values used for ui tolerations and nodeselectors
Signed-off-by: Xabier Napal <xabiernapal@pm.me>
This commit is contained in:
parent
47d38e621e
commit
464e9e79ab
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user