Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-04-04 | feat context: Support resource set default values | Vincent Ambo | 1 | -0/+14 | |
This adds functionality to specify default values directly in resource sets. The idea is that users can create a file called `values.yaml` or `values.json` in a resource set's folder and have all variables specified in that file be automatically merged into the resource set variables with the lowest priority. This fixes #25 This fixes #30 (to a degree) | |||||
2017-02-20 | style: Apply go fmt | Vincent Ambo | 1 | -2/+2 | |
2017-02-14 | feat ctx: Let sub-resource-sets inherit vars from parent | Vincent Ambo | 1 | -0/+59 | |
Users of kontemplate may expect variables defined on the parent resource to be inherited by children. This implements that functionality. Values defined twice are overwritten by the child's definition. Fixes #20 | |||||
2017-02-08 | feat context: Add deserialisation tests | Vincent Ambo | 1 | -0/+83 | |