[stable/home-assistant] Fix wildcard home-assistant ingress (#18384)

* [stable/home-assistant] Add wildcard home-assistant ingress

Signed-off-by: Nic Fake <nicfake@hotmail.com>

* [stable/home-assistant] Bump Chart version to 0.9.9

Signed-off-by: Nic Fake <nicfake@hotmail.com>
This commit is contained in:
yufdfflk
2019-10-27 20:07:25 -07:00
committed by Kubernetes Prow Robot
parent c898017fef
commit a696ef0215
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -21,7 +21,7 @@ spec:
{{- range .Values.ingress.tls }}
- hosts:
{{- range .hosts }}
- {{ . }}
- {{ . | quote }}
{{- end }}
secretName: {{ .secretName }}
{{- end }}