I have deployed an application in ArgoCD using open source helm charts(created application using using argo UI dashboard). I have modified/added some parameters in ArgoCD UI.
I need the values.yaml file with updated data so that I can use it to deploy locally or anywhere using helm command.
The one way is to see the ArgoCD UI, and copy each parameter manually which will take lot of time since I have lot of parameters set.
Is there any easy way to download the values.yaml in argo UI or using argo CLI?