Remove inventory transformer #2392

This commit is contained in:
Donny Xia
2020-04-22 16:56:16 -07:00
parent c771f24626
commit 63f7495e88
17 changed files with 14 additions and 1422 deletions

View File

@@ -71,11 +71,7 @@ func (b *Kustomizer) Run(path string) (resmap.ResMap, error) {
return nil, err
}
var m resmap.ResMap
if b.options.DoPrune {
m, err = kt.MakePruneConfigMap()
} else {
m, err = kt.MakeCustomizedResMap()
}
m, err = kt.MakeCustomizedResMap()
if err != nil {
return nil, err
}