diff --git a/chart/templates/deployment-ui.yaml b/chart/templates/deployment-ui.yaml index e46a842..772f875 100644 --- a/chart/templates/deployment-ui.yaml +++ b/chart/templates/deployment-ui.yaml @@ -36,11 +36,11 @@ spec: {{- end }} {{- if .Values.longhornUI.tolerations }} tolerations: -{{ toYaml .Values.longhornManager.tolerations | indent 6 }} +{{ toYaml .Values.longhornUI.tolerations | indent 6 }} {{- end }} {{- if .Values.longhornUI.nodeSelector }} nodeSelector: -{{ toYaml .Values.longhornManager.nodeSelector | indent 8 }} +{{ toYaml .Values.longhornUI.nodeSelector | indent 8 }} {{- end }} --- kind: Service