-
Notifications
You must be signed in to change notification settings - Fork 192
Implement changes for Upgrades to the inline config of packages #3191
Implement changes for Upgrades to the inline config of packages #3191
Conversation
Codecov Report
@@ Coverage Diff @@
## main #3191 +/- ##
==========================================
+ Coverage 45.78% 46.48% +0.69%
==========================================
Files 361 342 -19
Lines 37653 35298 -2355
==========================================
- Hits 17240 16408 -832
+ Misses 18836 17406 -1430
+ Partials 1577 1484 -93
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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.
Lets add tests for updating inline secret to clusterbootstrap_controller_test with 2 scenarios.
- Adding an inline value for an existing cb object.
- Updating an inline value for an existing cb object.
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.
Change looks good to me. Please add tests as requested in #3191 (review) so that this change can be merged.
ae1a737
to
76f63c0
Compare
Cluster Generation A/B Results: |
Test case has been added and I have verified with tkgs cluster
|
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.
Looks good. Thanks for updating tests!
What this PR does / why we need it
Implement changes for Upgrades to the inline config of packages
Which issue(s) this PR fixes
Fixes #3190
Describe testing done for PR
Release note
Additional information
Special notes for your reviewer
Testing:
env tests pass for the changes