diff --git a/stable/home-assistant/Chart.yaml b/stable/home-assistant/Chart.yaml index a59013f702..3248ef8031 100644 --- a/stable/home-assistant/Chart.yaml +++ b/stable/home-assistant/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: 0.99.3 description: Home Assistant name: home-assistant -version: 0.9.8 +version: 0.9.9 keywords: - home-assistant - hass diff --git a/stable/home-assistant/templates/ingress.yaml b/stable/home-assistant/templates/ingress.yaml index d2125f0b78..71eb35087e 100644 --- a/stable/home-assistant/templates/ingress.yaml +++ b/stable/home-assistant/templates/ingress.yaml @@ -21,7 +21,7 @@ spec: {{- range .Values.ingress.tls }} - hosts: {{- range .hosts }} - - {{ . }} + - {{ . | quote }} {{- end }} secretName: {{ .secretName }} {{- end }}