I 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.
1 comment
[ 0.25 ms ] story [ 15.6 ms ] threadIt 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.