Add down command

Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
aiordache 2020-04-06 22:31:37 +02:00
parent 836732ed37
commit 5f0f72e27d
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ func (cp *ComposeProject) Install(name, path string) error {
if path != "" {
return cp.helm.InstallChartFromDir(name, path)
}
chart, err := internal.GetChartInMemory(cp.config, name)
if err != nil {
return err