mirror of
https://github.com/truecharts/library-charts.git
synced 2026-07-04 19:11:24 -03:00
remove todo
This commit is contained in:
@@ -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) -}}
|
||||
|
||||
Reference in New Issue
Block a user