Is there an existing feature request for this?
Is your feature request related to a problem or use-case? Please describe.
User can create multiple ShipwrightBuild instance on the same cluster, however ShipwrightBuild controller is watching all builds, buildruns kinds. installing multiple hipwrightBuild instance leads to a multiple encorching controllers
Describe the solution that you would like.
- ShipwrightBuild has a fixed name example 'shipwright-operator'
- Validate that only one instance of ShipwrightBuild is allowed by name 'shipwright-operator'
Describe alternatives you have considered.
No response
Anything else?
No response