Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

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

Merged
merged 2 commits into from Oct 28, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion stable/home-assistant/Chart.yaml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion stable/home-assistant/templates/ingress.yaml
Expand Up @@ -21,7 +21,7 @@ spec:
{{- range .Values.ingress.tls }}
- hosts:
{{- range .hosts }}
- {{ . }}
- {{ . | quote }}
{{- end }}
secretName: {{ .secretName }}
{{- end }}
Expand Down