Add in struct for mounted storage options

This commit is contained in:
Jonathan Wong
2019-11-28 15:43:17 -08:00
parent eccef3bb0d
commit e46108ada0
3 changed files with 38 additions and 55 deletions

View File

@@ -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
}
}