GoogleContainerTools/skaffold

Allow Absolute paths for file sync

Open

#2,898 opened on 2019年9月17日

GitHub で見る
 (12 comments) (1 reaction) (0 assignees)Go (12,822 stars) (1,416 forks)batch import
area/synchelp wantedkind/feature-requestpriority/awaiting-more-evidence

説明

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.

コントリビューターガイド