From 9b4179ede5bf01c75632632631d2e56f81f51413 Mon Sep 17 00:00:00 2001 From: Alex Vazquez Date: Wed, 21 Aug 2024 17:54:48 +0200 Subject: [PATCH] Fix missing {{ end }} --- charts/o11y-service/templates/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/o11y-service/templates/ingress.yaml b/charts/o11y-service/templates/ingress.yaml index 6925fdf1..c56af35b 100644 --- a/charts/o11y-service/templates/ingress.yaml +++ b/charts/o11y-service/templates/ingress.yaml @@ -69,6 +69,7 @@ spec: name: {{ $fullName }} port: number: {{ $.Values.service.port }} + {{- end }} - host: "*.eu-west.my.tibco.com" http: {{- if $.Values.ingress.hostsOverride -}} @@ -95,4 +96,3 @@ spec: number: {{ $.Values.service.port }} {{- end }} {{- end -}} -