-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot reference local values file when using Remote Helm chart #7257
Comments
Maybe this gets fixed with #6280 |
From what I can tell, he (and I, now) are asking to support a remote Helm chart using a git-backed values file. The way around this is that you have to create your own Helm chart locally and add said |
Would be nice to find a solution for that, no Idea how this could look like. However, to create an empty helmchart in a git repo for each external helmchart we are using is a bit overkill... However in my opinion it would be much easier if argocd would provide a mechanism for secrets.. |
@kostis-codefresh @romulus-ai
|
Now you can put the values file in your repo and reference a remote helm repo. |
Can you share us the code ? |
I think this is a duplicate of #2789. A lot of workarounds are documented there. A native solution (multi-source apps) should be available in 2.5. |
Where you refer in application definition to repo where prometheus-stack-vaules.yaml exist? |
Any news when 2.5 will be out? |
@aostrovsky I think an RC will be cut in the next 2-3 weeks. |
ppl is looking for this here: https://argo-cd.readthedocs.io/en/stable/user-guide/multiple_sources/#helm-value-files-from-external-git-repository |
Describe the bug
When using remote helm charts, I realized that all my values files I specify in the repository don't work. I don't know if this is by design. I'm trying to use it alongside the helm secrets plugin, hence the need to pass the values files externally via the schemed-path format (
secrets://secrets.yaml
)Here's my app file
Screenshots
If applicable, add screenshots to help explain your problem.
Version
Paste the output from `argocd version` here.
Logs
The text was updated successfully, but these errors were encountered: