travisghansen / argo-cd-helmfile

Integration between argo-cd and helmfile
MIT License
213 stars 55 forks source link

How to use helmfile apply option instead of helmfile sync #26

Closed abrarcv170 closed 2 years ago

abrarcv170 commented 2 years ago

How to use helmfile apply option instead of helmfile sync,is it possible ,how the argocd is actually working ?

travisghansen commented 2 years ago

With argocd all the plugins simply produce yaml and argocd actually submits the data to the cluster. In short neither apply nor sync is used but rather template and then argocd (by design) deals with actually updating the cluster.