pub fn render_chart_for_servico(
caixa: &Caixa,
computeunit_yaml: &Value,
) -> Result<ChartDir, Error>Expand description
Render a per-program lareira-
The ComputeUnit YAML is passed in as a serde_yaml::Value because the
authoritative schema lives in the wasm-operator’s CRD — we don’t want
caixa-helm to drift from that schema. It’s enough that we can locate
spec and pass it through.