From 228118b1faa26d85ab3af2f89104dc8a821ec7ea Mon Sep 17 00:00:00 2001 From: Tautcius Date: Fri, 14 Oct 2022 08:11:24 +0300 Subject: [PATCH] chore(charts): Update certificate.yaml Typo in if statement that prevented creation of Certificate resource. --- deploy/charts/emqx/templates/certificate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/charts/emqx/templates/certificate.yaml b/deploy/charts/emqx/templates/certificate.yaml index 36b7f6521..9a2ed969a 100644 --- a/deploy/charts/emqx/templates/certificate.yaml +++ b/deploy/charts/emqx/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