GoogleContainerTools/skaffold
Allow Absolute paths for file sync
Aberta
#2.898 aberto em 17 de set. de 2019
area/synchelp wantedkind/feature-requestpriority/awaiting-more-evidence
Métricas do repositório
- Stars
- (12.822 estrelas)
- Métricas de merge de PR
- (Mesclagem média 3d 6h) (16 fundiu PRs em 30d)
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.