fix name of default

This commit is contained in:
mrskul 2025-04-11 17:13:03 +10:00 committed by GitHub
parent 57771cf5b3
commit 853bcd4bc7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 -}}