parse apache disable rewrite ip as string for nextcloud
This commit is contained in:
parent
0e8af49f5d
commit
a452c960e6
|
@ -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
|
||||
|
|
|
@ -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 -}}
|
||||
|
|
Loading…
Reference in New Issue