Is there a good way to read in a values.yaml override file other than just using a language library like
js-yaml
? Trying to install the Linkerd Helm chart using their HA values and I don't want to copy that whole thing into JS, would rather just read it in and then selectively set some more things.