1# Edge Injector Webhook 2 3## Local 4 5```shell 6just hack/kind/up 7lift apply --registry=localhost:21700 config/pallets/edge/webhooks/edge-injector 8``` 9 10## Update generated files 11 12```shell 13just run config/pallets/edge/webhooks/edge-injector:gen_rbac && just fmt-manifests 14``` 15 16## Webhook generation 17 18Webhook is maintained manually due to service not configurable