GoogleContainerTools / GoogleContainerTools/skaffold
Support multiple sync rules
Open
area/sync
kind/feature-request
priority/p2
- Dominant language
- Go
- Stars
- 15.9k
- Forks
- 1.7k
- Avg merge
- 3d 9h
- Merged PRs (30d)
- 10
Description
Skaffold should allow configuring multiple sync blocks. For example:
```yaml
artifacts:
- image: skaffold-buildpacks
buildpacks: {}
sync:
auto: {}
infer: ["**/*.hbs", "**/*.html", "**/*.css"]
```
Note this depends on #4806 as we currently rely on providing a manual sync rule disable autosync for buildpacks.
Contributor guide
Assessment
This issue has not been assessed yet.