diff --git a/docker/kubernetes/dolphinscheduler/templates/ingress.yaml b/docker/kubernetes/dolphinscheduler/templates/ingress.yaml index 7a8d6ac8be..0fa1a8b5c9 100644 --- a/docker/kubernetes/dolphinscheduler/templates/ingress.yaml +++ b/docker/kubernetes/dolphinscheduler/templates/ingress.yaml @@ -49,8 +49,8 @@ spec: {{- end }} {{- if .Values.ingress.tls.enabled }} tls: - hosts: + - hosts: - {{ .Values.ingress.host }} - secretName: {{ .Values.ingress.tls.secretName }} + secretName: {{ .Values.ingress.tls.secretName }} {{- end }} -{{- end }} \ No newline at end of file +{{- end }}