diff --git a/src/helm/chart.go b/src/helm/chart.go index e5c8021..ab88b4f 100644 --- a/src/helm/chart.go +++ b/src/helm/chart.go @@ -163,11 +163,3 @@ func (this HelmCommand) chartExists(data HelmChart) (bool, error) { return res != "", nil } - -// func (this HelmChart) GetRessources() (map[string]string, error) { -// hs := HelmStatus{Name: this.Name} -// hs.New(this.Bin) -// data, _ := hs.getRessources() - -// return data, nil -// } \ No newline at end of file