kyma-project / modulectl

Internal tool for module management and operations
Apache License 2.0
0 stars 9 forks source link

Drop the "namespace" from moduleconfig #50

Open nesmabadr opened 3 weeks ago

nesmabadr commented 3 weeks ago

Description

The namespace for ModuleTemplates is always kcp-system so there is no need to have the namespace field in the ModuleConfig file. We can just have the value hardcoded in the code.

Reasons

We will soon drop the one-cluster setup and we no longer support the remote ModuleTemplate, so all ModuleTemplates should be installed in the kcp-system namespace.

ACs:

Attachments