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:
parent
48bf6d4a38
commit
3a2858aa98
19 changed files with 34 additions and 10 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue