Frontend Forge Controller is a Kubernetes controller that manages frontend integrations.
- Generate the
FrontendIntegrationCRD from the Rust structs withcargo xtask gen-crd. - Install git hooks with
lefthook install. The hooks regenerate the CRD onpre-commitand verify it is up to date onpre-push.