-
Notifications
You must be signed in to change notification settings - Fork 190
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
chore: add builder for oteld (#4821) #5807
chore: add builder for oteld (#4821) #5807
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5807 +/- ##
==========================================
- Coverage 68.42% 68.37% -0.06%
==========================================
Files 286 287 +1
Lines 32802 32848 +46
==========================================
+ Hits 22445 22459 +14
- Misses 8523 8551 +28
- Partials 1834 1838 +4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@@ -56,6 +56,7 @@ func (builder *SecretBuilder) PutData(key string, value []byte) *SecretBuilder { | |||
data = make(map[string][]byte, 1) | |||
} | |||
data[key] = value | |||
builder.get().Data = data |
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.
https://github.com/apecloud/kubeblocks/pull/5807/files#diff-840970406ceefd84c263207dbcb170c27ad44dff37e9217ab5f1305c0a17971dL39 PutStringData function should builder.get().Data = data
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.
done
1f0ce92
to
874d6af
Compare
/approve |
No description provided.