Browse Source

[Fix-5719][K8s] Fix Ingress tls: got map expected array On TLS enabled On Kubernetes

[Fix-5719][K8s] Fix Ingress tls: got map expected array On TLS enabled On Kubernetes
2.0.7-release
AzureCN 3 years ago committed by GitHub
parent
commit
5e343d3fd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      docker/kubernetes/dolphinscheduler/templates/ingress.yaml

6
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 }}
{{- end }}

Loading…
Cancel
Save