From d9055575419f16e7765d233636cd01b2d7164703 Mon Sep 17 00:00:00 2001 From: Nick Hale Date: Tue, 12 Apr 2022 16:27:43 -0400 Subject: [PATCH] fix: rename operatorhub crd manifest file Rename the OperatorHub CRD manifest file to denote the SLO it belongs to: the marketplace-operator. The current name causes the CRD to be applied during cluster bootstrapping -- as a part of the cluster-config-operator -- despite attempts to disable the marketplace component. Signed-off-by: Nick Hale --- ....yaml => 0000_03_marketplace-operator_01_operatorhub.crd.yaml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename config/v1/{0000_03_config-operator_01_operatorhub.crd.yaml => 0000_03_marketplace-operator_01_operatorhub.crd.yaml} (100%) diff --git a/config/v1/0000_03_config-operator_01_operatorhub.crd.yaml b/config/v1/0000_03_marketplace-operator_01_operatorhub.crd.yaml similarity index 100% rename from config/v1/0000_03_config-operator_01_operatorhub.crd.yaml rename to config/v1/0000_03_marketplace-operator_01_operatorhub.crd.yaml