-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make it possible to disable auto-sync #4923
Make it possible to disable auto-sync #4923
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4923 +/- ##
=======================================
Coverage 72.18% 72.19%
=======================================
Files 358 358
Lines 12402 12409 +7
=======================================
+ Hits 8953 8959 +6
- Misses 2795 2796 +1
Partials 654 654
Continue to review full report at Codecov.
|
There's some docs and code in examples that use auto:{} |
@loosebazooka 5f29e27 fixed the |
oh weird, I must have clicked on the commit or something |
Looks fine to me, what happens when we need to configure auto in the future? should buildpacks not automatically enable sync? |
Auto sync is now enabled by default for buildpacks (#4656). Disabling requiring specifying a manual sync rule. Oops, I didn't update the docs! |
How does that interact with the "one of" parsing of yaml? I'm not sure I remember what happens if the user injects some manual sync into the buildpacks artifact configuration? |
The The auto-sync enablement happens as port-processing step, and only happens when there are no manual or inferred rules. |
Please visit http://35.235.68.162:1313 to view changes to the docs. |
Fixes: #4806
Description
Turn the
sync.auto
to a boolean.User facing changes (remove if N/A)
sync.auto = false
on the respective artifacts