GoogleContainerTools/skaffold
Allow Absolute paths for file sync
Ouverte
#2 898 ouverte le 17 sept. 2019
area/synchelp wantedkind/feature-requestpriority/awaiting-more-evidence
Métriques du dépôt
- Stars
- (12 822 étoiles)
- Métriques de merge PR
- (Merge moyen 3j 6h) (16 PRs mergées en 30 j)
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.