• Matt Butcher's avatar
    fix(tiller): improve deletion failure handling · 38307360
    Matt Butcher authored
    This does the following to improve deletion failure handling:
    
    - In an UninstallRelease operation, the release is marked DELETED
      as soon as the basic checks are passed. This resolves 1508. I filed a
      followup issue for doing this even better when we can modify protos
      again.
    - If a YAML manifest fails to parse, the error messages now suggests
      that the record is corrupt, and the resources must be manually
      deleted.
    - If a resource is missing during deletion, the error messages now make
      it clear that an object was skipped, but that the deletion continued.
    
    Closes #1508
    38307360
Name
Last commit
Last update
..
environment Loading commit data...
hooks.go Loading commit data...
hooks_test.go Loading commit data...
kind_sorter.go Loading commit data...
kind_sorter_test.go Loading commit data...
release_history.go Loading commit data...
release_history_test.go Loading commit data...
release_server.go Loading commit data...
release_server_test.go Loading commit data...