Removing comment

This commit is contained in:
mrskul 2025-04-14 12:55:55 +10:00 committed by GitHub
parent 2adcca514f
commit c131bdae37
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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