• Dmitry Monakhov's avatar
    install: Return more user-friendly response on eexists · 33ace505
    Dmitry Monakhov authored
    Most newcomers hit helm's 'feature' there deleted instalations are not really deleted.
    Use-case
    # helm install  --name gitlab-ce-1 ./stable/gitlab-ce
    # helm delete gitlab-ce-1
    # helm list
    # helm install  --name gitlab-ce-1 ./stable/gitlab-ce
    Error: a release named "gitlab-ce-1" already exists
    
    There is a lot duplicated bugs in bugzilla which simply explains that packages
    should be deleted with --pure flag. But such bugs appeared again and again
    because this behavior is not obvious.
    
    Let's help user to figure out what happens ASAP.
    33ace505
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...
resource_policy.go Loading commit data...
server.go Loading commit data...