Fix typo for nextcloud

This commit is contained in:
kjeld Schouten-Lebbing 2021-07-03 12:12:04 +02:00
parent 8fe1034856
commit ae959e0614
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -18,7 +18,7 @@ metadata:
name: nextcloudconfig
data:
NEXTCLOUD_TRUSTED_DOMAINS: {{ $hosts | quote }}
{{- if .Values.Ingress.main.enabled }}
{{- if .Values.ingress.main.enabled }}
APACHE_DISABLE_REWRITE_IP: 1
{{- end }}