ymlgen: A powerful tool to generate YAML files
1–2 of 2 posts
Re: ymlgen: A powerful tool to generate YAML files
#2I was not happy with the current solutions to generate YAML files in the Kubernetes world (helm, kustomize) so I built my own tool.
It uses the EDN format and the Aero library to do so. EDN and Aero gives me powerful readers (and I can also add my own) to generate YAML files efficiently.