|
|
|
|
|
by _ea1k
884 days ago
|
|
TBH, ytt is the only yaml templating approach that I actually like. The downside is that it is easy to do dumb things and put a lot of loops in your yaml. The positive is that it is pretty easy to use it like an actual templating language with business logic in starlark files that look almost just like Python. In practice this works pretty well. The syntax is still fairly clumsy, but I like it more than helm. |
|