fix(nextcloud): Trusted Proxy setting.

This commit is contained in:
Thorsten Roßner
2024-10-15 08:58:50 +02:00
parent 901b1f529e
commit bc0ca8b4c1

View File

@@ -67,7 +67,7 @@ aio:
value: "nextcloud_user"
password:
value: {{ .Values.databases.nextcloud.password | default .Values.secrets.mariadb.nextcloudUser | quote }}
trustedProxies: {{ join " " .Values.cluster.networking.cidr | quote }}
trustedProxy: {{ join " " .Values.cluster.networking.cidr | quote }}
containerSecurityContext:
allowPrivilegeEscalation: false
capabilities: