mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
exec function working dir is the kustomization that referenced it (#4125)
* exec function working dir is the kustomization that referenced it * suggested changes * more code review * use a field instead of an annotation * more code review
This commit is contained in:
@@ -57,4 +57,6 @@ type FnPluginLoadingOptions struct {
|
||||
Env []string
|
||||
// Run as uid and gid of the command executor
|
||||
AsCurrentUser bool
|
||||
// Run in this working directory
|
||||
WorkingDir string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user