-
Notifications
You must be signed in to change notification settings - Fork 192
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
base: main
Are you sure you want to change the base?
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.42% +0.07%
==========================================
Files 381 381
Lines 46215 46295 +80
==========================================
+ Hits 27889 27972 +83
+ Misses 15654 15646 -8
- Partials 2672 2677 +5
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.
close apecloud/kubeblocks-addons#1416