GoogleContainerTools/skaffold

Allow Absolute paths for file sync

オープン

#2,898 opened on 2019/09/17

 (12 件のコメント) (1 件のリアクション) (0 人の担当者)Go (1,416 件のフォーク)batch import
area/synchelp wantedkind/feature-requestpriority/awaiting-more-evidence

Repository metrics

Stars
 (12,822 個のスター)
PR merge metrics
 (平均マージ 3d 6h) (30d で 16 merged PRs)

説明

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.

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