diff --git a/library/common/templates/class/_ingress.tpl b/library/common/templates/class/_ingress.tpl index e887768c..3b0049cd 100644 --- a/library/common/templates/class/_ingress.tpl +++ b/library/common/templates/class/_ingress.tpl @@ -78,7 +78,7 @@ spec: {{- $secretName = tpl $t.secretName $rootCtx -}} {{- else if $t.scaleCert -}} {{- $secretName = printf "%s-scale-tls-%d" $objectData.name ($idx | int) -}} - {{- else if $t.certificateIssuer -}} {{/* TODO: UT */}} + {{- else if $t.certificateIssuer -}} {{- $secretName = printf "%s-tls-%d" $objectData.name ($idx | int) -}} {{- else if $t.clusterCertificate -}} {{- $secretName = printf "certificate-issuer-%s" (tpl $t.clusterCertificate $rootCtx) -}}