feat(argo-cd): Adding applicationSet.enable and notifications.enable (#1181)

* feat(argo-cd) Adding applicationSet.enable and notifications.enable to allow to disable them

Signed-off-by: Eric Durand <eric_p_durand@yahoo.com>

* Fixing Chart version and redudant ifs

Signed-off-by: Eric Durand eric_p_durand@yahoo.com
Signed-off-by: Eric Durand <eric_p_durand@yahoo.com>

* Detail the change

Signed-off-by: Eric Durand <eric_p_durand@yahoo.com>

* Drop one more redundant if

Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>

Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
ericpdurand 2022-03-18 17:41:56 +01:00 committed by GitHub
parent 48bf6d4a38
commit 3a2858aa98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 34 additions and 10 deletions

View file

@ -1862,6 +1862,9 @@ openshift:
enabled: false
applicationSet:
# -- Enable Application Set controller
enabled: true
# -- Application Set controller name string
name: applicationset-controller
@ -2062,6 +2065,9 @@ applicationSet:
# - argocd-applicationset.example.com
notifications:
# -- Enable Notifications controller
enabled: true
# -- Notifications controller name string
name: notifications-controller