Skip to content
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: Add new EnableModuleConfig flag #2007

Closed

Conversation

amritanshusikdar
Copy link
Contributor

Description

This PR aims to Update CLI module create command to include the EnableModuleConfig flag in module-config-file.

Related issue(s)
Resolves LM Issue 1371

@kyma-bot kyma-bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Mar 20, 2024
@kyma-bot
Copy link

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@kyma-bot kyma-bot added cla: yes Indicates the PR's author has signed the CLA. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Mar 20, 2024
@amritanshusikdar amritanshusikdar changed the title add new EnableModuleConfig flag feat: Add new EnableModuleConfig flag Mar 20, 2024
@kyma-bot kyma-bot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Mar 20, 2024
@amritanshusikdar amritanshusikdar marked this pull request as ready for review March 22, 2024 10:56
@amritanshusikdar amritanshusikdar requested a review from a team as a code owner March 22, 2024 10:56
@kyma-bot kyma-bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Mar 22, 2024
Copy link
Contributor

@jeremyharisch jeremyharisch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After merging kyma-project/lifecycle-manager#1398 (review)

Please also update the dependency to the new API, so it actullay sets the spec field

cmd/kyma/alpha/create/module/moduleconfig.go Show resolved Hide resolved
@amritanshusikdar
Copy link
Contributor Author

As per the discussion in the team, temporarily closing this pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Indicates the PR's author has signed the CLA. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add new spec field to ModuleTemplate to indicate this module need to provide ModuleConfig in KCP
3 participants