We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b70b636 commit ca0d33fCopy full SHA for ca0d33f
1 file changed
charts/mailu/templates/_services.tpl
@@ -85,7 +85,7 @@ Service fqdn (within cluster) can be retrieved with `mailu.SERVICE.serviceFqdn`
85
{{- if not .Values.externalRedis.host -}}
86
{{- fail "externalRedis.host must be set when externalRedis.enabled is true" -}}
87
{{- else -}}
88
- {{- printf "%s" .Values.externalRedis.host -}}
+ {{- tpl (printf "%s" .Values.externalRedis.host) $ -}}
89
{{- end -}}
90
91
{{- printf "%s.%s.svc.%s" (include "mailu.redis.serviceName" . ) (include "mailu.names.namespace" . ) (include "mailu.clusterDomain" . ) -}}
0 commit comments