chore(charts): Update certificate.yaml
Typo in if statement that prevented creation of Certificate resource.
This commit is contained in:
parent
ad0e9aa092
commit
228118b1fa
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue