mirror of https://github.com/helm/helm
Currently, delete returns an error if a resource is not found. That is a bit confusing because if you delete something that is not found, the end state is not really an error. The end state is what you wanted to do in the first place. This type of error is not propogated from the kube client but it is logged in tiller. We could also change this to keep returning errors (even the not found) and filter it out in the release server.pull/1102/head
parent
926d7931d8
commit
50d8d36d8b
Loading…
Reference in new issue