pulumi / pulumi-kubernetes-operator

A Kubernetes Operator that automates the deployment of Pulumi Stacks
Apache License 2.0
213 stars 54 forks source link

Update controller-gen, fix `make test` #581

Closed blampe closed 1 month ago

blampe commented 1 month ago

make test was panicking locally with controller-gen v0.9.2.

This updates controller-gen to v0.15, regenerates CRDs, and fixes a few other things to get make test runnable locally.