Fix typo for nextcloud

This commit is contained in:
kjeld Schouten-Lebbing
2021-07-03 12:12:04 +02:00
parent 8fe1034856
commit ae959e0614
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/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 }}