mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/odoo] Fix Ingress secret for multiple hosts (#16976)
Signed-off-by: Miguel A. Cabrera Minagorri <macabrera@bitnami.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
6f11455ac9
commit
3be9ebbf8e
@@ -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/
|
||||
|
||||
@@ -27,8 +27,8 @@ spec:
|
||||
servicePort: http
|
||||
{{- end }}
|
||||
tls:
|
||||
{{- range .Values.ingress.hosts }}
|
||||
- hosts:
|
||||
{{ range .Values.ingress.hosts }}
|
||||
{{- if .tls }}
|
||||
- {{ .name }}
|
||||
secretName: {{ .tlsSecret }}
|
||||
|
||||
Reference in New Issue
Block a user