mirror of
https://github.com/truecharts/library-charts.git
synced 2026-07-04 22:31:24 -03:00
Update _certificate.tpl
This commit is contained in:
@@ -17,6 +17,10 @@
|
||||
{{- $certName = printf "%v-%v" $certName $certValues.nameOverride -}}
|
||||
{{- end -}}
|
||||
|
||||
{{- if $certValues.certificateSecretTemplate -}}
|
||||
{{- $certName = printf "%v-%v" "clusterissuer-templated" $name -}}
|
||||
{{- end -}}
|
||||
|
||||
{{- include "tc.v1.common.class.certificate" (dict "root" $ "name" $certName "certificateIssuer" $cert.certificateIssuer "hosts" $cert.hosts "secretTemplate" $cert.secretTemplate ) -}}
|
||||
{{- end -}}
|
||||
{{- end -}}
|
||||
|
||||
Reference in New Issue
Block a user