Skip to content

Commit

Permalink
Demonstrate inferred sync (GoogleContainerTools#3495)
Browse files Browse the repository at this point in the history
Signed-off-by: David Gageot <david@gageot.net>
  • Loading branch information
dgageot authored Jan 14, 2020
1 parent 095e49c commit a0fae9c
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,10 @@ build:
- image: gcr.io/k8s-skaffold/node-example
context: node
sync:
manual:
- src: 'src/**/*.js'
dest: .
strip: src/
infer:
- 'src/**/*.js'
- image: gcr.io/k8s-skaffold/python-reload
context: python
sync:
manual:
- src: 'src/**/*.py'
dest: .
strip: src/
infer:
- 'src/**/*.py'

0 comments on commit a0fae9c

Please sign in to comment.