Commit 31285621 authored by Matt Butcher's avatar Matt Butcher
Browse files

fix(helm): warn on init when Tiller already exists

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
parent c2cdb97b
No related merge requests found
Showing with 7 additions and 2 deletions
+7 -2
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment