You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am deploying an application via ArgoCD with Helm chart as the source. The helm chart has a dependency chart for configmap only. When I remove this dependency, the ArgoCD app reconciles as per the value of timeout.reconciliation, but as soon as I add the dependency, the reconciliation happens much more frequently (every 4-5 seconds).
Checklist:
I've searched in the docs and FAQ for my answer: [https://bit.ly/argocd-faq.]
I've pasted the output of argocd version
I've tried using an older version of argocd: 2.1.7
I've included steps to reproduce the issue.
Version 2.7.6
Steps to reproduce the issue:
Add a folder with helm chart templates (let's call this the mail helm chart) in a git repository (or any other central repository).
Add a dependency in the above helm chart which is also stored in a central repository (ECR in my case).
Create an ArgoCD application with the above main helm chart as the source and an EKS cluster as the destination.
Observe the logs of the application controller pod searching for reconciliation operation for the above ArgoCD app.
The text was updated successfully, but these errors were encountered:
Summary
I am deploying an application via ArgoCD with Helm chart as the source. The helm chart has a dependency chart for configmap only. When I remove this dependency, the ArgoCD app reconciles as per the value of timeout.reconciliation, but as soon as I add the dependency, the reconciliation happens much more frequently (every 4-5 seconds).
Checklist:
Version
2.7.6
Steps to reproduce the issue:
The text was updated successfully, but these errors were encountered: