diff --git a/charts/cf-runtime/templates/_components/app-proxy/_ingress.yaml b/charts/cf-runtime/templates/_components/app-proxy/_ingress.yaml index d7860b36..4a4b5c15 100644 --- a/charts/cf-runtime/templates/_components/app-proxy/_ingress.yaml +++ b/charts/cf-runtime/templates/_components/app-proxy/_ingress.yaml @@ -16,7 +16,7 @@ spec: tls: - hosts: - {{ .Values.ingress.host }} - secretName: {{ .Values.tlsSecret }} + secretName: {{ .Values.ingress.tlsSecret }} {{- end }} rules: - host: {{ .Values.ingress.host }}