-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Change keys of the discovery flags such that they conform to the convention #17430
base: main
Are you sure you want to change the base?
Conversation
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Tests
Documentation
New flags
If a workflow is added or modified:
Backward compatibility
|
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.
Some minor naming changes are needed. rest LGTM.
Signed-off-by: Manan Gupta <[email protected]>
Signed-off-by: Manan Gupta <[email protected]>
768ac57
to
6a0b2cc
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #17430 +/- ##
==========================================
- Coverage 67.67% 67.65% -0.03%
==========================================
Files 1583 1584 +1
Lines 254363 254386 +23
==========================================
- Hits 172140 172094 -46
- Misses 82223 82292 +69 ☔ View full report in Codecov by Sentry. |
Description
Now that we have started making more and more flags as dynamic configurations in viper, we have settled on the default convention for this. We are using the same flag name as the key name in viper. The discovery flags that were added previously didn't follow this convention and have been changed to do so.
This PR is built on top of #17419 because it required some testing changes setup that that PR adds.
Related Issue(s)
Checklist
Deployment Notes