Trying to deploy my webhook using operator-sdk I got this error in the logs:
conversion check failed {"object": {"metadata":{"creationTimestamp":null},"spec":{},"status":{}}, "error": "multiple(2) hubs defined for group-kind '' "
CodePudding user response:
In my case there were 2 Hubs methods, so I just delete one of them.