Fix typo for nextcloud
This commit is contained in:
@@ -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.13
|
version: 1.0.14
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ metadata:
|
|||||||
name: nextcloudconfig
|
name: nextcloudconfig
|
||||||
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 }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user