parse apache disable rewrite ip as string for nextcloud

This commit is contained in:
kjeld Schouten-Lebbing 2021-07-03 12:22:52 +02:00
parent 0e8af49f5d
commit a452c960e6
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.14
version: 1.0.15

View File

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