-
Notifications
You must be signed in to change notification settings - Fork 15
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
Add helmfile support #27
Comments
That would be awesome indeed !
|
Can someone provide a example project, so the bug can be reproduced? The official examples seem to be working (e.g. https://github.com/helmfile/helmfile/tree/main/examples/charts/argocd-helmfile-deployment). |
@qvalentin: I can reproduce the issue with the (renamed to .yaml.txt to be able to upload here) |
@hinricht, thank you, I think I now understand the problem. The bug occurs under the following condition:
It should be possible to fix the crash, but we have to seem what features of helm-ls will work on helmfile files. Edit: I can confirm basic features, such as hover documentation (but only for functions that are also used in helm) are working. |
Instead the default values are used, this would be the same as if the file was empty. This makes it possible to use helm-ls for helmfile projects that don't have a values.yaml file (mrjosh#27).
For now you can already get autocompletion by adding # yaml-language-server: $schema=https://json.schemastore.org/helmfile.json to your helmfile.yaml Edit: Should not be required anymore with v0.0.10 |
Would be great to add the support of this wrapper
Which is mostly the same syntax as helm
http://github.com/helmfile/helmfile
The text was updated successfully, but these errors were encountered: