tvl-depot/context/testdata/import-vars-simple.yaml
Vincent Ambo 9d26c17f13 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.
2017-07-03 14:27:48 +02:00

5 lines
74 B
YAML

---
context: k8s.prod.mydomain.com
import:
- test-vars.yaml
include: []