From 590832d708bf4a7859f2c498e6fee1ff2591b64a Mon Sep 17 00:00:00 2001 From: zzjin Date: Fri, 3 Nov 2023 00:18:22 +0800 Subject: [PATCH] Fix template deploy ingress temp. Signed-off-by: zzjin --- frontend/providers/template/deploy/manifests/ingress.yaml.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/providers/template/deploy/manifests/ingress.yaml.tmpl b/frontend/providers/template/deploy/manifests/ingress.yaml.tmpl index 077aeb2ec13..84a5981bf79 100644 --- a/frontend/providers/template/deploy/manifests/ingress.yaml.tmpl +++ b/frontend/providers/template/deploy/manifests/ingress.yaml.tmpl @@ -34,5 +34,5 @@ spec: number: 3000 tls: - hosts: - - {{ .cloudDomain }} + - template.{{ .cloudDomain }} secretName: wildcard-cert \ No newline at end of file