From 6d5bec8b5bf5e44332249a9fb689b4931d904161 Mon Sep 17 00:00:00 2001 From: titusvermesan Date: Thu, 14 Nov 2024 11:52:02 +0100 Subject: [PATCH] var als helm parameter --- argocd/apps/nextcloud/nextcloud.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/argocd/apps/nextcloud/nextcloud.yaml b/argocd/apps/nextcloud/nextcloud.yaml index 084684f..920587c 100644 --- a/argocd/apps/nextcloud/nextcloud.yaml +++ b/argocd/apps/nextcloud/nextcloud.yaml @@ -10,9 +10,11 @@ spec: repoURL: 'https://nextcloud.github.io/helm/' targetRevision: 6.*.* helm: - valuesObject: - TRUSTED_PROXIES: "10.43.0.0/16 10.42.0.0/16 192.168.4.0/24" +# valuesObject: +# TRUSTED_PROXIES: "10.43.0.0/16 10.42.0.0/16 192.168.4.0/24" parameters: + - name: TRUSTED_PROXIES + value: '10.43.0.0/16 10.42.0.0/16 192.168.4.0/24' - name: image.repository value: 'nextcloud' - name: image.flavor