Skip to main content

render_chart_for_servico

Function render_chart_for_servico 

Source
pub fn render_chart_for_servico(
    caixa: &Caixa,
    computeunit_yaml: &Value,
) -> Result<ChartDir, Error>
Expand description

Render a per-program lareira- chart from a Caixa Servico + its loaded ComputeUnit YAML.

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.