Open needleshaped opened 1 month ago
Helmwave has a different vision for planned releases. Tags are the option to pick releases for manipulation.
helmwave build -t <group what you want>
helmwave build -t <uniqname>
failed to locate chart
is an error about the path to your chart.
Could you share your helmwave.yml
for investigation a problem, please?
Is your feature request related to a problem? Please describe.
Document a a way to disable/uninstall specific release, e.g. here as compared to Helmfile provided installed = false
P.S. Originally I wrote request about:
...but understood, that commenting out or removing from YML code is the intended way. Please confirm if I'm right. This issue will serve as document itself, but a small chapter would benefit the project.
Describe the solution you'd like
[installed = false
.helmwave build
.Describe alternatives you've considered
failed to locate chart
Additional context Helmfile provides
installed = false
https://helmfile.readthedocs.io/en/latest/#configurationP.S. Thank you for the project! Trying new things, so far can admit, that learning curve compared to Helmfile is steeper.