tooploox / oya

Using Oya packs containing reusable boilerplate & scripts, you can bootstrap easy to work with, deployable projects
https://oya.sh
MIT License
151 stars 3 forks source link

Render: add support for Yaml output #21

Open scoiatael opened 5 years ago

scoiatael commented 5 years ago

Plush already supports json filter. Maybe we could extend it to add yaml and indent filters, like Helm? Or maybe it's not needed / anti-pattern in general, so we don't want such stuff?

bilus commented 5 years ago

Not a bad idea, adding it should be fairly easy (I think). Working with k8s would be a good opportunity to try partials and see what would be useful for yaml rendering.