fix trusted domains for nextcloud

This commit is contained in:
kjeld Schouten-Lebbing
2021-07-03 11:28:35 +02:00
parent 87ba09c6e5
commit 70eeb91083
2 changed files with 3 additions and 3 deletions

View File

@@ -35,4 +35,4 @@ sources:
- https://github.com/nextcloud/docker
- https://github.com/nextcloud/helm
type: application
version: 1.0.11
version: 1.0.12

View File

@@ -5,9 +5,9 @@
{{- if .Values.ingress.main.enabled }}
{{ range $index, $host := .Values.ingress.main.hosts }}
{{- if $index }}
{{ $hosts = ( printf "%v %v" $hosts $host ) }}
{{ $hosts = ( printf "%v %v" $hosts $host.host ) }}
{{- else }}
{{ $hosts = ( printf "%s" $host ) }}
{{ $hosts = ( printf "%s" $host.host ) }}
{{- end }}
{{ end }}
{{- end }}