Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: upgrade controller-gen to 0.14.0 to fix panic
controller-gen panics on some of our repos now, specifically found this in database-credential-operator. ``` go run sigs.k8s.io/controller-tools/cmd/[email protected] object paths=./api/k8s/database/v1 panic: runtime error: invalid memory address or nil pointer dereference [recovered] panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x2 addr=0x0 pc=0x103280e80] ``` kubernetes-sigs/controller-tools#888
- Loading branch information