mirror of
https://github.com/bokysan/docker-postfix.git
synced 2025-09-03 21:14:26 +08:00
Removing comment
This commit is contained in:
parent
2adcca514f
commit
c131bdae37
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ Return the secret containing HTTPS/TLS certificates
|
|||
{{- define "tls.secretName" -}}
|
||||
{{- $secretName := .Values.certs.existingSecret -}}
|
||||
{{- if $secretName -}}
|
||||
{{- printf "%s" (tpl $secretName .) -}} # Use '.' for context, not '$'
|
||||
{{- printf "%s" (tpl $secretName .) -}}
|
||||
{{- else -}}
|
||||
{{- printf "smtp-relay-mail-certs" -}}
|
||||
{{- end -}}
|
||||
|
|
Loading…
Add table
Reference in a new issue