GoogleContainerTools/skaffold

Allow Absolute paths for file sync

Offen

#2.898 geöffnet am 17.09.2019

 (12 Kommentare) (1 Reaktion) (0 zugewiesene Personen)Go (1.416 Forks)batch import
area/synchelp wantedkind/feature-requestpriority/awaiting-more-evidence

Repository-Metriken

Stars
 (12.822 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 3T 6h) (16 gemergte PRs in 30 T)

Beschreibung

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