checkpoint

This commit is contained in:
jregan
2020-04-08 20:25:58 -07:00
parent 6aabe72fce
commit c4db0f9a60
30 changed files with 287 additions and 248 deletions

View File

@@ -49,5 +49,5 @@ func (p *plugin) Generate() (resmap.ResMap, error) {
}
}
return p.h.ResmapFactory().FromSecretArgs(
kv.NewLoader(p.h.Loader(), p.h.Validator()), nil, args)
kv.NewLoader(p.h.Loader(), p.h.Validator()), args)
}