From 3be9ebbf8e7937507f243e98e60f49a282545af6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel=20Cabrera=20Mi=C3=B1agorri?= Date: Mon, 9 Sep 2019 13:34:45 +0200 Subject: [PATCH] [stable/odoo] Fix Ingress secret for multiple hosts (#16976) Signed-off-by: Miguel A. Cabrera Minagorri --- stable/odoo/Chart.yaml | 2 +- stable/odoo/templates/ingress.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/odoo/Chart.yaml b/stable/odoo/Chart.yaml index 4cfc4d4597..adfcb04f96 100644 --- a/stable/odoo/Chart.yaml +++ b/stable/odoo/Chart.yaml @@ -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/ diff --git a/stable/odoo/templates/ingress.yaml b/stable/odoo/templates/ingress.yaml index 54ff05e38f..c40ee0af0f 100644 --- a/stable/odoo/templates/ingress.yaml +++ b/stable/odoo/templates/ingress.yaml @@ -27,8 +27,8 @@ spec: servicePort: http {{- end }} tls: +{{- range .Values.ingress.hosts }} - hosts: -{{ range .Values.ingress.hosts }} {{- if .tls }} - {{ .name }} secretName: {{ .tlsSecret }}