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
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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.14 version: 1.0.15
@@ -19,7 +19,7 @@ metadata:
data: data:
NEXTCLOUD_TRUSTED_DOMAINS: {{ $hosts | quote }} NEXTCLOUD_TRUSTED_DOMAINS: {{ $hosts | quote }}
{{- if .Values.ingress.main.enabled }} {{- if .Values.ingress.main.enabled }}
APACHE_DISABLE_REWRITE_IP: 1 APACHE_DISABLE_REWRITE_IP: "1"
{{- end }} {{- end }}
{{- end -}} {{- end -}}