jkcfg / kubernetes

Apache License 2.0
25 stars 6 forks source link

Second chart example, using templates #17

Closed squaremo closed 5 years ago

squaremo commented 5 years ago

This chart example uses handlebars templates to generate resources, rather than constructing them as object literals.

It needs

npm install handlebars

and depends on a fix for https://github.com/jkcfg/jk/issues/131.