• Matt Butcher's avatar
    fix(cli): revert to older deploy formatting · 8fbb567c
    Matt Butcher authored
    Prior to merging the projects, the version of `helm deploy` used a
    different REST API (one without YAML in JSON). Post-merge, we need to
    revert back to the older common.Template version.
    
    As part of this, I switched an io.ReadCloser back to an io.Reader
    because there is nowhere where the Closer part is used. The http lib
    does not close a reader passed to it.
    8fbb567c
Name
Last commit
Last update
cmd Loading commit data...
docs Loading commit data...
examples Loading commit data...
expansion Loading commit data...
hack Loading commit data...
pkg Loading commit data...
rootfs Loading commit data...
scripts Loading commit data...
.gitignore Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
MAINTAINERS.md Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
circle.yml Loading commit data...
get-install.sh Loading commit data...
glide.lock Loading commit data...
glide.yaml Loading commit data...