diff --git a/helm-chart/templates/11-ingress.yaml b/helm-chart/templates/11-ingress.yaml index 518b91a9e..83b3f7737 100644 --- a/helm-chart/templates/11-ingress.yaml +++ b/helm-chart/templates/11-ingress.yaml @@ -33,7 +33,14 @@ spec: number: 80 path: /()(.*) pathType: Prefix - tls: {{ .Values.tap.ingress.tls | toYaml }} + tls: + {{- range .Values.tap.ingress.tls }} + - hosts: + {{- range .hosts }} + - {{ . | quote }} + {{- end }} + secretName: {{ .secretName }} + {{- end }} status: loadBalancer: {} {{- end }}