From 282c3e52d0d6a4614b1754f0a79dac17509e4361 Mon Sep 17 00:00:00 2001 From: behrooz Date: Thu, 6 Nov 2025 14:28:11 +0330 Subject: [PATCH] add secretname --- vcluster-0.28.0/templates/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcluster-0.28.0/templates/ingress.yaml b/vcluster-0.28.0/templates/ingress.yaml index 6e28669..ce89d06 100644 --- a/vcluster-0.28.0/templates/ingress.yaml +++ b/vcluster-0.28.0/templates/ingress.yaml @@ -26,7 +26,7 @@ spec: tls: - hosts: - {{ .Values.controlPlane.ingress.host | quote }} - # secretName: {{ .Release.Namespace }} + secretName: {{ .Release.Namespace }} {{- if not .Values.controlPlane.ingress.spec.rules }} rules: