mirror of
https://github.com/bokysan/docker-postfix.git
synced 2025-09-03 21:14:26 +08:00
fix name of default
This commit is contained in:
parent
57771cf5b3
commit
853bcd4bc7
1 changed files with 1 additions and 1 deletions
|
@ -84,6 +84,6 @@ Return the secret containing HTTPS/TLS certificates
|
|||
{{- if $secretName -}}
|
||||
{{- printf "%s" (tpl $secretName .) -}} # Use '.' for context, not '$'
|
||||
{{- else -}}
|
||||
{{- printf "%s-cert" (include "smtp-relay-mail-certs" .) -}}
|
||||
{{- printf "%s" (include "smtp-relay-mail-certs" .) -}}
|
||||
{{- end -}}
|
||||
{{- end -}}
|
Loading…
Add table
Reference in a new issue