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 }}