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
In createWebhooks, InjectDecoder and InjectClient are currently being called manually. This is because the mechanism for automatic injection was removed in this pull request.
According to the example in controller-runtime, using WebhookManagedBy allows for a more intuitive setup.