Merge pull request #2999 from aodinokov/fixenv

Added list of env variables for fn-plugins
This commit is contained in:
Jeff Regan
2020-09-25 17:00:28 -07:00
committed by GitHub
4 changed files with 53 additions and 0 deletions

View File

@@ -77,6 +77,7 @@ func NewFnPlugin(o *types.FnPluginLoadingOptions) *FnPlugin {
EnableStarlark: o.EnableStar,
EnableExec: o.EnableExec,
StorageMounts: toStorageMounts(o.Mounts),
Env: o.Env,
},
}
}