-
Notifications
You must be signed in to change notification settings - Fork 297
Rebase of #503 #771
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
base: master
Are you sure you want to change the base?
Rebase of #503 #771
Conversation
Signed-off-by: Matt Pryor <[email protected]>
Signed-off-by: Matt Pryor <[email protected]>
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #771 +/- ##
==========================================
- Coverage 54.26% 46.97% -7.30%
==========================================
Files 64 64
Lines 6164 6557 +393
==========================================
- Hits 3345 3080 -265
- Misses 2549 3220 +671
+ Partials 270 257 -13 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@@ -50,6 +50,8 @@ const ( | |||
SyncOptionClientSideApplyMigration = "ClientSideApplyMigration=true" | |||
// Sync option that disables client-side apply migration | |||
SyncOptionDisableClientSideApplyMigration = "ClientSideApplyMigration=false" | |||
// Sync option that means only controller owner references are respected | |||
SyncOptionControllerReferencesOnly = "ControllerReferencesOnly=true" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm curious how this options can become the default. Is there a concept in the Argo project as feature gates.
eg. where it's opt-in and then the flag get's switched to opt out?
This is a rebase of #503
Fixes: #501