From 3bf4dbdb077f0c9cae71e2fae39476484343b8f8 Mon Sep 17 00:00:00 2001 From: KenHuPricer <146701727+KenHuPricer@users.noreply.github.com> Date: Fri, 28 Mar 2025 14:16:19 +0800 Subject: [PATCH] Fix: Restore a mistakenly deleted %s format specifier --- charts/selenium-grid/templates/_helpers.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/selenium-grid/templates/_helpers.tpl b/charts/selenium-grid/templates/_helpers.tpl index cbfcf39114..f35657353b 100644 --- a/charts/selenium-grid/templates/_helpers.tpl +++ b/charts/selenium-grid/templates/_helpers.tpl @@ -136,7 +136,7 @@ nginx.ingress.kubernetes.io/proxy-ssl-secret: {{ tpl .sslSecret $ | quote }} {{- else if (empty $.Values.ingress.tls) }} nginx.ingress.kubernetes.io/proxy-ssl-secret: {{ tpl (printf "%s/%s" $.Release.Namespace (include "seleniumGrid.tls.fullname" $)) $ | quote }} {{- else if (index $.Values.ingress.tls 0).secretName }} -nginx.ingress.kubernetes.io/proxy-ssl-secret: {{ tpl (printf "%s" $.Release.Namespace (index $.Values.ingress.tls 0).secretName) $ | quote }} +nginx.ingress.kubernetes.io/proxy-ssl-secret: {{ tpl (printf "%s/%s" $.Release.Namespace (index $.Values.ingress.tls 0).secretName) $ | quote }} {{- end }} {{- end }} {{- with .upstreamKeepalive }}