From fa8a222353c347b7670dd4d6c4d4a669a1320bf9 Mon Sep 17 00:00:00 2001 From: Joel Speed Date: Thu, 8 May 2025 13:43:36 +0100 Subject: [PATCH] DNM: Disable sources for testing --- manifests/0000_03_marketplace-operator_02_operatorhub.cr.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifests/0000_03_marketplace-operator_02_operatorhub.cr.yaml b/manifests/0000_03_marketplace-operator_02_operatorhub.cr.yaml index d8d0edcf3..69fe24f1f 100644 --- a/manifests/0000_03_marketplace-operator_02_operatorhub.cr.yaml +++ b/manifests/0000_03_marketplace-operator_02_operatorhub.cr.yaml @@ -11,4 +11,5 @@ metadata: include.release.openshift.io/single-node-developer: "true" release.openshift.io/create-only: "true" capability.openshift.io/name: "marketplace" -spec: {} +spec: + disableAllDefaultSources: true