Remove import of k8sdeps from create command

This commit is contained in:
Richard Marshall
2019-07-30 20:52:06 -07:00
parent a68f95b65f
commit eeafd43513
3 changed files with 31 additions and 27 deletions

View File

@@ -45,7 +45,7 @@ See https://sigs.k8s.io/kustomize
stdOut, fSys, v,
rf, pf),
edit.NewCmdEdit(fSys, v, uf),
create.NewCmdCreate(fSys),
create.NewCmdCreate(fSys, uf),
misc.NewCmdConfig(fSys),
misc.NewCmdVersion(stdOut),
)