github.com/GoogleContainerTools/skaffold/v2@v2.13.2/examples/remote-multi-config-microservices/skaffold.yaml (about) 1 apiVersion: skaffold/v4beta11 2 kind: Config 3 requires: 4 - git: 5 repo: https://github.com/GoogleContainerTools/skaffold 6 ref: main 7 path: examples/multi-config-microservices/leeroy-app 8 sync: false 9 - git: 10 repo: https://github.com/GoogleContainerTools/skaffold 11 ref: main 12 path: examples/multi-config-microservices/leeroy-web 13 sync: false