chore: fix ssl.enable variable in enterprise helm chart

This commit is contained in:
Ivan Dyachkov 2022-10-20 08:54:29 +02:00
parent 53414b004b
commit cd40acb035
1 changed files with 1 additions and 1 deletions

View File

@ -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