From f28eeb3fdab5e7a2539a70722c43782582c9523a Mon Sep 17 00:00:00 2001 From: Sebastian Mark Date: Tue, 29 Mar 2022 08:53:30 +0200 Subject: [PATCH] FEAT(argocd): disable unused componentes disable: * applicationSet controller * notifications controller --- vars/helm/030-argocd.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vars/helm/030-argocd.yml b/vars/helm/030-argocd.yml index 6b7e314..407ee42 100644 --- a/vars/helm/030-argocd.yml +++ b/vars/helm/030-argocd.yml @@ -5,5 +5,9 @@ argocd: vals: server: replicas: 0 + applicationSet: + enabled: false + notifications: + enabled: false dex: enabled: false