From f753de3c71dccbce6acccc573c9fd97ae477f864 Mon Sep 17 00:00:00 2001 From: Michele Baldessari Date: Tue, 16 Jun 2026 14:55:56 +0200 Subject: [PATCH] Add cluster-provisioning namespace MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The hcp-cli ArgoCD application is configured to deploy its resources into the cluster-provisioning namespace (see spec.destination.namespace: cluster-provisioning), but that namespace was never created on the cluster. Every resource the app tried to sync failed with the same error: ▎ namespaces "cluster-provisioning" not found Fixes: https://redhat.atlassian.net/browse/MBP-1129 --- values-staging.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/values-staging.yaml b/values-staging.yaml index 2f42bfa..81b0ada 100644 --- a/values-staging.yaml +++ b/values-staging.yaml @@ -13,6 +13,7 @@ clusterGroup: targetNamespaces: [] external-secrets: multicluster-engine: + cluster-provisioning: subscriptions: eso: