We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2973772 commit a43623dCopy full SHA for a43623d
deploy/kubernetes/charts/templates/ingress.yaml
@@ -39,7 +39,7 @@ spec:
39
{{- end }}
40
41
42
- {{- if and .Values.ingress.enableTls.enabled (gt (len .Values.ingress.tls.hosts) 0) }}
+ {{- if and .Values.ingress.enableTls (gt (len .Values.ingress.tls.hosts) 0) }}
43
tls:
44
- hosts:
45
{{- range .Values.ingress.tls.hosts }}
0 commit comments