Commit 72c0c1ae authored by Sushil Kumar's avatar Sushil Kumar
Browse files

Replaced InstallRelease with InstallReleaseFromChart in cmd/install.go

Fixes https://github.com/kubernetes/helm/issues/2240

`helm install` command was calling chartutil.Load twice,
once from `run` method and
another time from `client.InstallRelease` which is called from `run` method in `cmd/helm/install.go`
parent 6506c145
No related merge requests found
Showing with 9 additions and 6 deletions
+9 -6
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