From bcf99a6c550d6ab8705648ebdf21856accc84731 Mon Sep 17 00:00:00 2001 From: Jan Fajerski Date: Fri, 31 Jul 2026 10:52:27 +0000 Subject: [PATCH] feat: add COO product to PRODUCT_NAMESPACE_MAP and PRODUCT_KUBECONFIG_MAP Add 'coo' (Cluster Observability Operator) entries mapping to art-coo-tenant namespace and COO_KONFLUX_SA_KUBECONFIG env var. Assisted-by: claude-opus-4-6@default Signed-off-by: Jan Fajerski --- artcommon/artcommonlib/constants.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/artcommon/artcommonlib/constants.py b/artcommon/artcommonlib/constants.py index 07c4d438ef..fce5da7dca 100644 --- a/artcommon/artcommonlib/constants.py +++ b/artcommon/artcommonlib/constants.py @@ -92,6 +92,7 @@ "acm": "art-acm-tenant", "mce": "art-acm-tenant", "cert-manager": "art-oap-tenant", + "coo": "art-coo-tenant", "external-secrets": "art-oap-tenant", "installer-ove-ui": "art-installer-agent-tenant", "logging": "art-logging-tenant", @@ -129,6 +130,7 @@ "acm": "ACM_KONFLUX_SA_KUBECONFIG", "mce": "ACM_KONFLUX_SA_KUBECONFIG", "cert-manager": "OAP_KONFLUX_SA_KUBECONFIG", + "coo": "COO_KONFLUX_SA_KUBECONFIG", "external-secrets": "OAP_KONFLUX_SA_KUBECONFIG", "installer-ove-ui": "ASSISTED_INSTALLER_SA_KUBECONFIG", "logging": "LOGGING_KONFLUX_SA_KUBECONFIG",