FEAT(argocd): disable unused componentes

disable:
* applicationSet controller
* notifications controller
This commit is contained in:
Sebastian Mark 2022-03-29 08:53:30 +02:00
parent a53be1e232
commit f28eeb3fda

View file

@ -5,5 +5,9 @@ argocd:
vals:
server:
replicas: 0
applicationSet:
enabled: false
notifications:
enabled: false
dex:
enabled: false