diff --git a/artcommon/artcommonlib/constants.py b/artcommon/artcommonlib/constants.py index 2a1495171e..dfd8720391 100644 --- a/artcommon/artcommonlib/constants.py +++ b/artcommon/artcommonlib/constants.py @@ -71,6 +71,7 @@ # Product-based mappings for Konflux tenant namespaces and kubeconfigs PRODUCT_NAMESPACE_MAP = { "acm": "art-acm-tenant", + "mce": "art-acm-tenant", "cert-manager": "art-oap-tenant", "external-secrets": "art-oap-tenant", "installer-ove-ui": "art-installer-agent-tenant", @@ -86,6 +87,7 @@ PRODUCT_KUBECONFIG_MAP = { "acm": "ACM_KONFLUX_SA_KUBECONFIG", + "mce": "ACM_KONFLUX_SA_KUBECONFIG", "cert-manager": "OAP_KONFLUX_SA_KUBECONFIG", "external-secrets": "OAP_KONFLUX_SA_KUBECONFIG", "installer-ove-ui": "ASSISTED_INSTALLER_SA_KUBECONFIG", diff --git a/doozer/doozerlib/backend/rebaser.py b/doozer/doozerlib/backend/rebaser.py index 76424de7bd..a3d2fdc562 100644 --- a/doozer/doozerlib/backend/rebaser.py +++ b/doozer/doozerlib/backend/rebaser.py @@ -41,6 +41,7 @@ # Product name mapping for CPE labels CPE_PRODUCT_NAME_MAPPING = { 'acm': 'advanced_cluster_management', + 'mce': 'multicluster_engine', 'rhmtc': 'rhmt', 'oadp': 'openshift_api_data_protection', 'mta': 'migration_toolkit_applications',