Argo CD
Last updated
Last updated
πUseful article about installation. πOfficial docs
How does Argo CD know our application is a Helm chart? It looks for a Chart.yaml
file under path
in the Git repository
Argo CD will not use helm install
to install charts. It will render the chart with helm template
and then apply the output with kubectl
. This means we canβt run helm list
on a local machine to get all installed releases