Browse Source

chore(charts): Update certificate.yaml

Typo in if statement that prevented creation of Certificate resource.
Tautcius 3 years ago
parent
commit
228118b1fa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      deploy/charts/emqx/templates/certificate.yaml

+ 1 - 1
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