[stable/odoo] Fix Ingress secret for multiple hosts (#16976)

Signed-off-by: Miguel A. Cabrera Minagorri <macabrera@bitnami.com>
This commit is contained in:
Miguel Ángel Cabrera Miñagorri
2019-09-09 04:34:45 -07:00
committed by Kubernetes Prow Robot
parent 6f11455ac9
commit 3be9ebbf8e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: odoo
version: 11.1.1
version: 11.1.2
appVersion: 12.0.20190815
description: A suite of web based open source business apps.
home: https://www.odoo.com/
+1 -1
View File
@@ -27,8 +27,8 @@ spec:
servicePort: http
{{- end }}
tls:
{{- range .Values.ingress.hosts }}
- hosts:
{{ range .Values.ingress.hosts }}
{{- if .tls }}
- {{ .name }}
secretName: {{ .tlsSecret }}