GoogleContainerTools/skaffold

Allow Absolute paths for file sync

Open

#2,898 opened on Sep 17, 2019

View on GitHub
 (12 comments) (1 reaction) (0 assignees)Go (1,416 forks)batch import
area/synchelp wantedkind/feature-requestpriority/awaiting-more-evidence

Repository metrics

Stars
 (12,822 stars)
PR merge metrics
 (Avg merge 3d 6h) (16 merged PRs in 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.

Contributor guide