From d5b642bf9ce827cd83589a777d4f83bd3418828f Mon Sep 17 00:00:00 2001 From: Evan-Reilly <107149002+Evan-Reilly@users.noreply.github.com> Date: Wed, 29 May 2024 03:37:59 -0500 Subject: [PATCH] Rename machine-config operator CRD references (#4058) We need to account for upstream changes to the machine-config-operator in how they renamed their CRDs --- .../controllers/hostedcontrolplane/cvo/reconcile.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/control-plane-operator/controllers/hostedcontrolplane/cvo/reconcile.go b/control-plane-operator/controllers/hostedcontrolplane/cvo/reconcile.go index 210866ce29..f13427760b 100644 --- a/control-plane-operator/controllers/hostedcontrolplane/cvo/reconcile.go +++ b/control-plane-operator/controllers/hostedcontrolplane/cvo/reconcile.go @@ -77,10 +77,10 @@ var ( "0000_50_cluster-ingress-operator_02-deployment-ibm-cloud-managed.yaml", "0000_70_cluster-network-operator_02_rbac.yaml", "0000_70_cluster-network-operator_03_deployment-ibm-cloud-managed.yaml", - "0000_80_machine-config-operator_01_containerruntimeconfig.crd.yaml", - "0000_80_machine-config-operator_01_kubeletconfig.crd.yaml", - "0000_80_machine-config-operator_01_machineconfig.crd.yaml", - "0000_80_machine-config-operator_01_machineconfigpool.crd.yaml", + "0000_80_machine-config_01_containerruntimeconfigs.crd.yaml", + "0000_80_machine-config_01_kubeletconfigs.crd.yaml", + "0000_80_machine-config_01_machineconfigs.crd.yaml", + "0000_80_machine-config_01_machineconfigpools-Default.crd.yaml", "0000_50_cluster-node-tuning-operator_20-performance-profile.crd.yaml", "0000_50_cluster-node-tuning-operator_50-operator-ibm-cloud-managed.yaml", "0000_50_cluster-image-registry-operator_07-operator-ibm-cloud-managed.yaml",