-
Notifications
You must be signed in to change notification settings - Fork 566
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
Reference Helm chart by URL #675
Comments
@bastianeicher Thanks for the request! Yeah probably. It should work if the URL can be accepted as the first arg to Helmfile has not expected URLs in |
This used to work. The example helmfile given by @bastianeicher used to work with helmfile. Based on my quick bisect running @mumoshu If you are interested I could try to work on a fix. Can you give me some hints? |
Okay so it seems to be caused by
|
Thanks @mumoshu |
With Helm I can reference a chart via an absolute URL instead of using the
repository/chart
syntax. For example:However helmfile seems to interpret the URL as a local path if I write this in my
helmfile.yaml
:Would it be possible to support this helmfile too?
The text was updated successfully, but these errors were encountered: