GoogleContainerTools/skaffold

Allow Absolute paths for file sync

开放

#2,898 创建于 2019年9月17日

 (12 条评论) (1 个反应) (0 位负责人)Go (1,416 个派生)batch import
area/synchelp wantedkind/feature-requestpriority/awaiting-more-evidence

仓库指标

星标
 (12,822 个星标)
PR 合并指标
 (平均合并 3天 6小时) (30 天内合并 16 个 PR)

描述

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.

贡献者指南