-
Notifications
You must be signed in to change notification settings - Fork 193
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: support resolving vars from multiple components consistently #8816
Conversation
relevant issues: |
9775af9
to
6c846eb
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8816 +/- ##
==========================================
+ Coverage 60.34% 60.99% +0.65%
==========================================
Files 381 382 +1
Lines 46215 46900 +685
==========================================
+ Hits 27889 28608 +719
+ Misses 15654 15611 -43
- Partials 2672 2681 +9
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
6c846eb
to
8edcabe
Compare
8edcabe
to
f1017e3
Compare
} | ||
return nil | ||
} | ||
|
||
func (r *ShardingDefinitionReconciler) requireParallelProvision() bool { |
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.
Please add some comments to explain why parallel provisioning is needed when some of the RequireAllComponentObjects fields are set to true.
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.
/approve |
/cherry-pick release-1.0-beta |
🤖 says: cherry pick action finished successfully 🎉! |
close apecloud/kubeblocks-addons#1416