-
Notifications
You must be signed in to change notification settings - Fork 688
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
charts: honor redoc.enabled=false #5452
charts: honor redoc.enabled=false #5452
Conversation
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.
LGTM, Thank you
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5452 +/- ##
==========================================
- Coverage 61.93% 60.98% -0.95%
==========================================
Files 611 793 +182
Lines 36463 51313 +14850
==========================================
+ Hits 22582 31293 +8711
- Misses 11907 17135 +5228
- Partials 1974 2885 +911
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@eapolinario so if I understand that correctly, I also need to update the generated charts and README to match the changes? Is there some script to do that? |
@flixr |
also use correct nodeSelector and fix doc Signed-off-by: Felix Ruess <[email protected]>
25e2da0
to
90ba18a
Compare
@pingsutw I ran |
Signed-off-by: Eduardo Apolinario <[email protected]>
Congrats on merging your first pull request! 🎉 |
also use correct nodeSelector and fix doc Signed-off-by: Felix Ruess <[email protected]>
charts: honor
redoc.enabled=false
and also use correct nodeSelector and fix docTracking issue
Example: Closes #4006
Updated version of #2982
Why are the changes needed?
See #4006
What changes were proposed in this pull request?
How was this patch tested?
Setup process
Screenshots
Check all the applicable boxes
Related PRs
Docs link