• Matt Butcher's avatar
    fix(helm): warn on init when Tiller already exists · 31285621
    Matt Butcher authored
    Previously, if 'helm init' was run on a cluster that had Tiller
    installed, the init would fail. However, this condition indicates that
    both the client and the server are in a condition to work, so this
    should not be an error. This PR downgrades that error to a warning.
    
    Closes #1041
    31285621
Name
Last commit
Last update
..
testdata Loading commit data...
create.go Loading commit data...
delete.go Loading commit data...
delete_test.go Loading commit data...
fetch.go Loading commit data...
fetch_test.go Loading commit data...
get.go Loading commit data...
get_hooks.go Loading commit data...
get_hooks_test.go Loading commit data...
get_manifest.go Loading commit data...
get_manifest_test.go Loading commit data...
get_test.go Loading commit data...
get_values.go Loading commit data...
get_values_test.go Loading commit data...
helm.go Loading commit data...
helm_test.go Loading commit data...
home.go Loading commit data...
init.go Loading commit data...
init_test.go Loading commit data...
inspect.go Loading commit data...
inspect_test.go Loading commit data...
install.go Loading commit data...
install_test.go Loading commit data...
lint.go Loading commit data...
lint_test.go Loading commit data...
list.go Loading commit data...
list_test.go Loading commit data...
package.go Loading commit data...
repo.go Loading commit data...
repo_test.go Loading commit data...
search.go Loading commit data...
search_test.go Loading commit data...
serve.go Loading commit data...
status.go Loading commit data...
structure.go Loading commit data...
tunnel.go Loading commit data...
tunnel_test.go Loading commit data...
update.go Loading commit data...
upgrade.go Loading commit data...
upgrade_test.go Loading commit data...
version.go Loading commit data...