From cd40acb0357faa0e053bb7f129057cb7130eb439 Mon Sep 17 00:00:00 2001 From: Ivan Dyachkov Date: Thu, 20 Oct 2022 08:54:29 +0200 Subject: [PATCH] chore: fix ssl.enable variable in enterprise helm chart --- deploy/charts/emqx-enterprise/templates/certificate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/charts/emqx-enterprise/templates/certificate.yaml b/deploy/charts/emqx-enterprise/templates/certificate.yaml index 36b7f6521..9a2ed969a 100644 --- a/deploy/charts/emqx-enterprise/templates/certificate.yaml +++ b/deploy/charts/emqx-enterprise/templates/certificate.yaml @@ -1,4 +1,4 @@ -{{- if and (.Values.ssl.enable) (not .Values.ssl.useExisting) -}} +{{- if and (.Values.ssl.enabled) (not .Values.ssl.useExisting) -}} --- apiVersion: cert-manager.io/v1 kind: Certificate