We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
%s
1 parent 76fc54f commit 523f738Copy full SHA for 523f738
charts/selenium-grid/templates/_helpers.tpl
@@ -136,7 +136,7 @@ nginx.ingress.kubernetes.io/proxy-ssl-secret: {{ tpl .sslSecret $ | quote }}
136
{{- else if (empty $.Values.ingress.tls) }}
137
nginx.ingress.kubernetes.io/proxy-ssl-secret: {{ tpl (printf "%s/%s" $.Release.Namespace (include "seleniumGrid.tls.fullname" $)) $ | quote }}
138
{{- else if (index $.Values.ingress.tls 0).secretName }}
139
-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 }}
140
{{- end }}
141
142
{{- with .upstreamKeepalive }}
0 commit comments