I want to deploy a remote helm chart to my cluster and within the helm values, I need to specify specific tokens that I have already created as secrets ( managed by the external secret operator).
How can I reference the values from the Secrets or ConfigMap in the helm
or kustomize
section of the ArgoCD Application?
For reference, with FluxCD, I can use valuesFrom to reference a value in ConfigMap or Secret. How can I achieve the same with the Application?