Upgrade kustomize-in-kubectl to v4.2.0

This commit is contained in:
Natasha Sarkar
2021-07-01 17:10:47 -07:00
parent a46b42a92b
commit 6d4096cc69
85 changed files with 12359 additions and 407 deletions

View File

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