• 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
..
client.go Loading commit data...
client_test.go Loading commit data...
install.go Loading commit data...
transport.go Loading commit data...
transport_test.go Loading commit data...
uninstall.go Loading commit data...