Kaynağa Gözat

chore: fix ssl.enable variable in enterprise helm chart

Ivan Dyachkov 3 yıl önce
ebeveyn
işleme
cd40acb035

+ 1 - 1
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
 apiVersion: cert-manager.io/v1
 kind: Certificate
 kind: Certificate