From fe84a7340222ee95f5da950f7a1d6504150bcb67 Mon Sep 17 00:00:00 2001 From: Andreas Eberle Date: Mon, 11 Jan 2021 16:19:14 +0100 Subject: [PATCH] Use correct service name in livy ingress --- charts/livy/templates/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/livy/templates/ingress.yaml b/charts/livy/templates/ingress.yaml index 184e053..f9cd036 100644 --- a/charts/livy/templates/ingress.yaml +++ b/charts/livy/templates/ingress.yaml @@ -30,7 +30,7 @@ spec: paths: - path: {{ $.Values.ingress.path }} backend: - serviceName: {{ include "livy.fullname" $ }} + serviceName: {{ default (include "livy.fullname" .) $.Values.service.name }} servicePort: http {{- end }} {{- end }}