From 1065e635dd26157b0144ed8af4acb7b5d5bb5523 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 29 Oct 2024 15:49:27 +0100 Subject: [PATCH] fix: fullname ingress --- charts/openlit/templates/ingress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/openlit/templates/ingress.yml b/charts/openlit/templates/ingress.yml index 09ca0cf..48c08d0 100644 --- a/charts/openlit/templates/ingress.yml +++ b/charts/openlit/templates/ingress.yml @@ -54,7 +54,7 @@ spec: port: number: {{ $svcPort }} {{- else }} - serviceName: {{ $fullName }} + serviceName: {{ include "openlit.fullname" . }} servicePort: {{ $svcPort }} {{- end }} {{- end }}