Fix typo for nextcloud
This commit is contained in:
parent
8fe1034856
commit
ae959e0614
|
@ -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
|
||||
|
|
|
@ -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 }}
|
||||
|
||||
|
|
Loading…
Reference in New Issue