-
Notifications
You must be signed in to change notification settings - Fork 175
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
fix: build config-manager container NPE #8335
fix: build config-manager container NPE #8335
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8335 +/- ##
==========================================
+ Coverage 61.30% 62.21% +0.91%
==========================================
Files 350 351 +1
Lines 41225 42489 +1264
==========================================
+ Hits 25271 26434 +1163
- Misses 13667 13753 +86
- Partials 2287 2302 +15
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
ToolConfigs: []appsv1beta1.ToolConfig{ | ||
{ | ||
Name: "tools_name", | ||
AsContainerImage: func() *bool { var b = true; return &b }(), |
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.
/cherry-pick release-1.0-beta |
🤖 says: cherry pick action finished successfully 🎉! |
(cherry picked from commit 67a0f6f)
(cherry picked from commit 67a0f6f)
No description provided.