From 06ea0406c242e014bac401b4ea3f4958896908e5 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Fri, 6 Nov 2020 14:24:43 -0500 Subject: [PATCH] update local-bmo.sh with new CRD location As part of the kubebuilder migration, the location of the CRD in the baremetal-operator repository moved. Update the script for running the operator locally to look at the new location. Signed-off-by: Doug Hellmann --- metal3-dev/local-bmo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metal3-dev/local-bmo.sh b/metal3-dev/local-bmo.sh index 08562afcc..6fe908ed9 100755 --- a/metal3-dev/local-bmo.sh +++ b/metal3-dev/local-bmo.sh @@ -98,7 +98,7 @@ cd $bmo_path # Use our local verison of the CRD, in case it is newer than the one # in the cluster now. -oc apply -f deploy/crds/metal3.io_baremetalhosts_crd.yaml +oc apply -f config/crd/bases/metal3.io_baremetalhosts.yaml export RUN_NAMESPACE=openshift-machine-api make -e run