The project includes mix flame.gen.deployment to generate a deployment manifest
with FLAME annotations preconfigured for the mutating webhook flow.
Usage
mix flame.gen.deployment \
--name flame-parent-example \
--namespace default \
--image ghcr.io/eigr-labs/flame-parent-example:latest
Useful Options
--pool-config-ref: References theFlamePoolconfiguration.--otp-app: Explicit OTP application name for release metadata.--cookie-secret-ref: Secret containing the distributed Erlang cookie.--runner-termination-timeout: Runner termination grace period.
Workflow
- Generate deployment YAML with the mix task.
- Apply it to the cluster.
- Let the webhook inject FLAME metadata for runner orchestration.