feat context: Add ability to import extra variables from files
Kontemplate context specifications can now load extra variables from YAML or JSON files by specifying a list of files (relative to the context file) under the `import` key.
This commit is contained in:
parent
68e1e48459
commit
9d26c17f13
6 changed files with 96 additions and 4 deletions
3
context/testdata/test-vars-override.yaml
vendored
Normal file
3
context/testdata/test-vars-override.yaml
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
override: 3
|
||||
place: Oslo
|
||||
Loading…
Add table
Add a link
Reference in a new issue