-
Notifications
You must be signed in to change notification settings - Fork 101
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
Remove unused parameters #7473
Remove unused parameters #7473
Conversation
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7473 +/- ##
=======================================
Coverage 63.83% 63.83%
=======================================
Files 417 417
Lines 23494 23494
=======================================
Hits 14997 14997
Misses 7227 7227
Partials 1270 1270 ☔ View full report in Codecov by Sentry. |
@@ -120,7 +120,7 @@ func AddContourValues(helmChart *chart.Chart, options ContourOptions) error { | |||
} | |||
|
|||
servicePortsNode := serviceNode["ports"].(map[string]any) | |||
if serviceNode == nil { |
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.
Was this a bug? looks like it might have been. This is why cleanup like this is helpful 👍
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.
Thanks for doing this cleanup 👍
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.
👏
Signed-off-by: ytimocin <[email protected]>
837ef92
to
6c63ff0
Compare
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
# Description Remove unused parameters ## Type of change - This pull request is a minor refactor, code cleanup, test improvement, or other maintenance task and doesn't change the functionality of Radius (issue link optional). Signed-off-by: ytimocin <[email protected]>
Description
Remove unused parameters
Type of change