From 5f0f72e27db64e90c38de21e3ec6ad325a38157a Mon Sep 17 00:00:00 2001 From: aiordache Date: Mon, 6 Apr 2020 22:31:37 +0200 Subject: [PATCH] Add down command Signed-off-by: aiordache --- compose/compose.go | 1 + 1 file changed, 1 insertion(+) diff --git a/compose/compose.go b/compose/compose.go index 6f820c97..aea0c850 100644 --- a/compose/compose.go +++ b/compose/compose.go @@ -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