Uninstall a single release #875
Answered
by
zhilyaev
dsaintbase1
asked this question in
Q&A
-
Hi,
I've tried to remove a release from my Q: Is there a way to uninstall a release ala Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
zhilyaev
May 14, 2024
Replies: 1 comment 1 reply
-
Yes, You can use tag
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
dsaintbase1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, You can use tag
helmwave down --build --yml -t my-app -p removed_plan
There are
down
will uninstall command--build
generate new plan-p removed_plan
dir to store new plan--yml
will render helmwave.yml.tpl to helmwave.yml