From 649c152b053e562f8ee7e5b1bc9aa76336e4c148 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Mon, 20 Nov 2023 11:43:44 -0300 Subject: [PATCH] Fix bugs --- helm/templates/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/templates/ingress.yaml b/helm/templates/ingress.yaml index 99ae038..7ca015f 100644 --- a/helm/templates/ingress.yaml +++ b/helm/templates/ingress.yaml @@ -24,7 +24,7 @@ spec: {{- if and .Values.ingress.className (semverCompare ">=1.18-0" .Capabilities.KubeVersion.GitVersion) }} ingressClassName: {{ .Values.ingress.className }} {{- end }} - {{- if .Values.ingress.tls }} + {{- if and .Values.ingress.ssl.enabled .Values.ingress.tls }} tls: {{- range .Values.ingress.tls }} - hosts: