Closed Syntax3rror404 closed 1 year ago
I'm also having the same issue, unable to find the files specified in spec.source.helm.valueFiles
Can anyone help us out please?
I'm also having the same issue,
Error: failed parsing --set-file data: open /tmp/1f78e055-4d33-4837-ab36-af50d56a3a18/app-of-apps/examples/test
I think @crazyproger's solution is correct.
By default, the values file must reside in the same repo as the Helm chart. With multi-source apps, you can pull a values file from a different repo for use in a Helm chart.
Checklist:
argocd version
.Describe the bug
I used a git with some templates with many applications. I have a templates folder for the helm templates and a values dir which includes the values from specific apps to keep it clean. If I sync that to argo argo sad for example:
Error: open /tmp/48059b68-23ff-495f-8bec-2097fb796f38/nfs-subdir-external-provisioner/values/nfs-csi.yaml: no such file or directory
To Reproduce For example a nfs provisioner Note that the values file which not work is source.helm.valueFiles:and the value file from source dir which argocd find:
and now the buggy one to fill the values from the specific application:
Expected behavior
Argo find the files and creates the application Screenshots
Version
Logs