Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions artcommon/artcommonlib/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
1 change: 1 addition & 0 deletions doozer/doozerlib/backend/rebaser.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
Loading