You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(make): use existing kubebuilder installation
- Make kubebuilder assets configurable using the KUBEBUILDER_ASSETS
environment variable
- Remove automatic kubebuilder installation
- Throw make error if any kubebuilder assets are missing
#Ensure kubebuilder is installed before continuing
49
+
KUBEBUILDER_ASSETS_ERR := not detected in $(KUBEBUILDER_ASSETS), to override the assets path set the KUBEBUILDER_ASSETS environment variable, for install instructions see https://book.kubebuilder.io/quick-start.html
0 commit comments