-
Notifications
You must be signed in to change notification settings - Fork 750
Cleanup helm template since metrics path is not configurable #6444
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
Conversation
Code Review Agent Run Status
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6444 +/- ##
=======================================
Coverage 58.48% 58.48%
=======================================
Files 940 940
Lines 71584 71584
=======================================
+ Hits 41866 41867 +1
+ Misses 26535 26534 -1
Partials 3183 3183
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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
Hi @Sovietaced |
Signed-off-by: Jason Parraga <[email protected]>
Signed-off-by: Jason Parraga <[email protected]>
Done |
Why are the changes needed?
The metrics path is not configurable on the cluster resource manager so this simplifies the helm chart.
What changes were proposed in this pull request?
Remove the ability to configure the cluster resource manager metrics path since it is not effective.
Setup process
Screenshots
Check all the applicable boxes
Related PRs
Summary by Bito
This pull request simplifies the Helm chart for the cluster resource manager by removing ineffective metrics path configurations and replacing them with a static value. It also updates HA shared secret checksums across multiple manifest files for consistency, enhancing the clarity of the Helm templates.