Skip to content

Commit ca0d33f

Browse files
committed
feat: Allow rendering values for redis fqdn (#542)
1 parent b70b636 commit ca0d33f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/mailu/templates/_services.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Service fqdn (within cluster) can be retrieved with `mailu.SERVICE.serviceFqdn`
8585
{{- if not .Values.externalRedis.host -}}
8686
{{- fail "externalRedis.host must be set when externalRedis.enabled is true" -}}
8787
{{- else -}}
88-
{{- printf "%s" .Values.externalRedis.host -}}
88+
{{- tpl (printf "%s" .Values.externalRedis.host) $ -}}
8989
{{- end -}}
9090
{{- else -}}
9191
{{- printf "%s.%s.svc.%s" (include "mailu.redis.serviceName" . ) (include "mailu.names.namespace" . ) (include "mailu.clusterDomain" . ) -}}

0 commit comments

Comments
 (0)