From 0a221f5297ebacaf5b75c175412e2e62e38ed65a Mon Sep 17 00:00:00 2001 From: lnattrass Date: Fri, 25 Oct 2019 11:23:39 -0400 Subject: [PATCH] [stable/unifi] Allow wildcard ingress certificates (#18356) * [stable/unifi] Allow wildcard ingress certificates Signed-off-by: Liam Nattrass * [stable/unifi] Bump version Signed-off-by: Liam Nattrass --- charts/unifi/Chart.yaml | 2 +- charts/unifi/templates/ingress.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/unifi/Chart.yaml b/charts/unifi/Chart.yaml index e896541a..0910bf8a 100644 --- a/charts/unifi/Chart.yaml +++ b/charts/unifi/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: 5.11.50 description: Ubiquiti Network's Unifi Controller name: unifi -version: 0.5.0 +version: 0.5.1 keywords: - ubiquiti - unifi diff --git a/charts/unifi/templates/ingress.yaml b/charts/unifi/templates/ingress.yaml index 43a1d64f..b079cb3b 100644 --- a/charts/unifi/templates/ingress.yaml +++ b/charts/unifi/templates/ingress.yaml @@ -21,7 +21,7 @@ spec: {{- range .Values.ingress.tls }} - hosts: {{- range .hosts }} - - {{ . }} + - {{ . | quote }} {{- end }} secretName: {{ .secretName }} {{- end }}