Fail early if chart or release is missing

This commit is contained in:
Erin Call
2019-12-16 16:55:54 -08:00
parent e4fa70239e
commit 1560c05100
3 changed files with 28 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ TODO:
* [x] Make `golint` part of the build process (and make it pass)
* [x] Implement debug output
* [x] Flesh out `helm upgrade` until it's capable of working
* [ ] Implement config settings for `upgrade`
* [x] Implement config settings for `upgrade`
* [ ] Implement `helm lint`
* [ ] Implement `helm delete`
* [ ] EKS support