GoogleContainerTools / GoogleContainerTools/skaffold
Allow Absolute paths for file sync
Open
area/sync
help wanted
kind/feature-request
priority/awaiting-more-evidence
- Dominant language
- Go
- Stars
- 15.9k
- Forks
- 1.7k
- Avg merge
- 3d 9h
- Merged PRs (30d)
- 10
Description
It would be very useful to be able to use local absolute filepaths for sync, such as:
```
sync:
manual:
- src: "/home/user/.config/**"
dest: "/config/"
```
This is not possible via the docker image and symlinks also do not work. Open to any other suggestions if there is another way around this.
Contributor guide
Assessment
This issue has not been assessed yet.