I'm currently using JK to template manifests, but I'd like to know if I can do the same thing with Jsonnet instead.
The manifests basically loop over the contents on an array stored in a YAML file.
Can you tell me how to read that YAML file from disk please?
I can't find this use case in the docs.