mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
Kubernetes Prow Robot
parent
c898017fef
commit
a696ef0215
@@ -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
|
||||
|
||||
@@ -21,7 +21,7 @@ spec:
|
||||
{{- range .Values.ingress.tls }}
|
||||
- hosts:
|
||||
{{- range .hosts }}
|
||||
- {{ . }}
|
||||
- {{ . | quote }}
|
||||
{{- end }}
|
||||
secretName: {{ .secretName }}
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user