kyma-project / lifecycle-manager

Controller that manages the lifecycle of Kyma Modules in your cluster.
http://kyma-project.io
Apache License 2.0
10 stars 30 forks source link

[Module Catalog] Remove the ModuleTemplate name overwrite in E2E tests for ModuleReleaseMeta #1956

Open nesmabadr opened 1 week ago

nesmabadr commented 1 week ago

Description

Right now in the E2E tests which are run with ModuleReleaseMeta, we have a step to overwrite the name of the ModuleTemplate to be moduleName-version. We need to remove this overwrite after the modulectl allows the creation of ModuleTemplate with the new name format and the E2E tests workflows are actually using the modulectl not the Kyma CLI.

Reasons

No response

Acceptance Criteria

Feature Testing

No response

Testing approach

No response

Attachments

No response

nesmabadr commented 1 week ago

Blocked by https://github.com/kyma-project/modulectl/issues/62