mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +00:00
Add in struct for mounted storage options
This commit is contained in:
@@ -91,7 +91,6 @@ func (r *RunFns) init() {
|
||||
if r.containerFilterProvider == nil {
|
||||
r.containerFilterProvider = func(image, path string, api *yaml.RNode) kio.Filter {
|
||||
cf := &filters.ContainerFilter{Image: image, Config: api}
|
||||
cf.SetMountPath(filepath.Join(r.Path, path))
|
||||
return cf
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user