Keeping History with --keep-history
Preserving revision records after uninstall.
Why Keep History
Sometimes you want to remove a release but keep its records, so you can roll back later. That is what --keep-history is for. 📜
Add It to uninstall
You pass --keep-history as a flag on helm uninstall to preserve the release's revision records.
helm uninstall my-nginx --keep-historyAll lessons in this course
- See Everything with helm list
- Reading helm status Output
- Clean Removal with helm uninstall
- Keeping History with --keep-history