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