[stable/unifi] Allow wildcard ingress certificates (#18356)

* [stable/unifi] Allow wildcard ingress certificates

Signed-off-by: Liam Nattrass <liam.d.nattrass+git@gmail.com>

* [stable/unifi] Bump version

Signed-off-by: Liam Nattrass <liam.d.nattrass+git@gmail.com>
This commit is contained in:
lnattrass 2019-10-25 11:23:39 -04:00 committed by Jeff Billimek
parent ab941ae48d
commit 0a221f5297
No known key found for this signature in database
GPG Key ID: 214B3EF39B4956B7
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -21,7 +21,7 @@ spec:
{{- range .Values.ingress.tls }}
- hosts:
{{- range .hosts }}
- {{ . }}
- {{ . | quote }}
{{- end }}
secretName: {{ .secretName }}
{{- end }}