From b04d8ca3d9a43d237b2cd570472054bf803ee74f Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Fri, 22 Dec 2023 18:55:33 +0200 Subject: [PATCH] remove todo --- library/common/templates/class/_ingress.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -}}