migtools / mig-controller

OpenShift Migration Controller
Apache License 2.0
22 stars 41 forks source link

Update Makefile to use newer kubebuilder when generating manifests #1365

Closed awels closed 3 months ago

awels commented 8 months ago

Updated Makefile arguments to match newer kubebuilder requirements.

jmontleon commented 7 months ago

They'll need to be copied to https://github.com/migtools/mig-operator/tree/master/deploy/olm-catalog/bundle/manifests

It looks like the leading empty lines got deleted? This is good; they break the operator if they remain...

awels commented 3 months ago

Hmm it never notified me about these comments, I will take care of copying the stuff to the olm bundle.

awels commented 3 months ago

They'll need to be copied to https://github.com/migtools/mig-operator/tree/master/deploy/olm-catalog/bundle/manifests

It looks like the leading empty lines got deleted? This is good; they break the operator if they remain...

Matching PR to update OLM bundle https://github.com/migtools/mig-operator/pull/903