From 8cd17cd9b126e70de0f4f7d52f4f4234e790f17d Mon Sep 17 00:00:00 2001 From: Nesma Badr Date: Thu, 19 Dec 2024 09:27:13 +0100 Subject: [PATCH] Update docs/contributor/migration-guide.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Christoph Schwägerl --- docs/contributor/migration-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributor/migration-guide.md b/docs/contributor/migration-guide.md index c3c0d14..0d04190 100644 --- a/docs/contributor/migration-guide.md +++ b/docs/contributor/migration-guide.md @@ -52,7 +52,7 @@ Look at the key changes between Kyma CLI and `modulectl`. 7. **Mandatory ModuleTemplates** - - Mandatory modules should also be created using `modulectl`. Just add the `mandatory: true` to the module-config. If multiple ModuleTemplates for the same mandatory module get deployed to the Kyma Control Plane, lifecycle-manager picks up the ModuleTemplate with the highest version. + - Mandatory modules can be created using `modulectl` by setting **.mandatory** to `true` in the module-config. If multiple ModuleTemplates for the same mandatory module get deployed to the Kyma Control Plane, lifecycle-manager picks up the ModuleTemplate with the highest version. 8. **Beta and Internal Flags**