Skip to main content

extract_inline_param_defaults

Function extract_inline_param_defaults 

Source
pub fn extract_inline_param_defaults(yaml: &str) -> ParamValues
Expand description

Extract chart-level param defaults from a YAML string by attempting to parse just the params section. This handles the case where params are defined inside the chart spec itself (not as a separate component).

Scans for inline params: blocks and extracts id/default pairs.