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",