-
Notifications
You must be signed in to change notification settings - Fork 30
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
feat: Use ModuleReleaseMeta in Kyma reconciliation loop instead of moduletemplate.channel #1947
feat: Use ModuleReleaseMeta in Kyma reconciliation loop instead of moduletemplate.channel #1947
Conversation
…r/lifecycle-manager into mrm_kyma_reconciliation
49d1bdb
to
f88eeb3
Compare
…r/lifecycle-manager into mrm_kyma_reconciliation
f88eeb3
to
64ac0f2
Compare
83771f6
to
8107508
Compare
…r/lifecycle-manager into mrm_kyma_reconciliation
8107508
to
690cb06
Compare
7ad2bc1
to
90eb7a0
Compare
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.
So what are we trying to describe? The mechanism of fetching a correct ModuleTemplate CR for a module? What does Kyma Controller require for that?
- The module name fetched from the corresponding ModuleReleaseMeta CR
- The channel defined in the Kyma CR
- When Kyma Controller knows the module name and its channel it goes back to the ModuleReleaseMeta CR and takes the correct module version for the particular channel
- ...
Here I'm lost because I don't get how the above details help to fetch the correct ModuleTemplate CR...
Co-authored-by: Małgorzata Świeca <malgorzata.swieca@sap.com>
a6c0461
to
6187f69
Compare
Co-authored-by: Małgorzata Świeca <malgorzata.swieca@sap.com>
/cla |
Successfully reached out to cla-assistant.io to initialize recheck of PR #1947 |
Co-authored-by: Małgorzata Świeca <malgorzata.swieca@sap.com>
New changes are detected. LGTM label has been removed. |
Description
Changes proposed in this pull request:
Related issue(s)
Resolves #1849