pub fn compute_diff<'a>(obj: &'a Yaml, helm: &'a Yaml) -> Option<Cow<'a, Yaml>>
Recursively computes the difference between an override YAML object and the helm values YAML object.