stefanprodan / timoni

Timoni is a package manager for Kubernetes, powered by CUE and inspired by Helm.
https://timoni.sh
Apache License 2.0
1.51k stars 67 forks source link

Change the `config` type to definition #302

Closed stefanprodan closed 8 months ago

stefanprodan commented 8 months ago

This PR renames the _config field used in templates to #config.

The redis example module was refactor to showcase how to use nested packages for templates.

Fix: #273

jmgilman commented 8 months ago

LGTM.