fix trusted domains for nextcloud
This commit is contained in:
@@ -35,4 +35,4 @@ sources:
|
|||||||
- https://github.com/nextcloud/docker
|
- https://github.com/nextcloud/docker
|
||||||
- https://github.com/nextcloud/helm
|
- https://github.com/nextcloud/helm
|
||||||
type: application
|
type: application
|
||||||
version: 1.0.11
|
version: 1.0.12
|
||||||
|
|||||||
@@ -5,9 +5,9 @@
|
|||||||
{{- if .Values.ingress.main.enabled }}
|
{{- if .Values.ingress.main.enabled }}
|
||||||
{{ range $index, $host := .Values.ingress.main.hosts }}
|
{{ range $index, $host := .Values.ingress.main.hosts }}
|
||||||
{{- if $index }}
|
{{- if $index }}
|
||||||
{{ $hosts = ( printf "%v %v" $hosts $host ) }}
|
{{ $hosts = ( printf "%v %v" $hosts $host.host ) }}
|
||||||
{{- else }}
|
{{- else }}
|
||||||
{{ $hosts = ( printf "%s" $host ) }}
|
{{ $hosts = ( printf "%s" $host.host ) }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|||||||
Reference in New Issue
Block a user