Unpin kyaml, cmd/config and api.

This commit is contained in:
jregan
2020-09-20 08:07:32 -07:00
parent 9002c338cb
commit 0bfec6b39b
60 changed files with 82 additions and 83 deletions

View File

@@ -74,7 +74,6 @@ func NewFnPlugin(o *types.FnPluginLoadingOptions) *FnPlugin {
runFns: runfn.RunFns{
Functions: []*yaml.RNode{},
Network: o.Network,
NetworkName: o.NetworkName,
EnableStarlark: o.EnableStar,
EnableExec: o.EnableExec,
StorageMounts: toStorageMounts(o.Mounts),