From 7ed1cd2327237ea04e0953095458339ee871ebad Mon Sep 17 00:00:00 2001 From: Drew Brown Date: Fri, 6 Dec 2024 15:11:37 -0600 Subject: [PATCH] Fix tlsSecret path --- charts/cf-runtime/templates/_components/app-proxy/_ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}