Add a sorting plugin.

This commit is contained in:
Jeffrey Regan
2019-06-07 14:42:51 -07:00
parent 2fce1a6d25
commit 449175e3a6
9 changed files with 240 additions and 41 deletions

View File

@@ -140,7 +140,7 @@ func (p *ExecPlugin) Transform(rm resmap.ResMap) error {
}
// encode the ResMap so it can be fed to the plugin
resources, err := inputRM.AsYaml(resmap.Identity)
resources, err := inputRM.AsYaml()
if err != nil {
return err
}