9d26c17f13
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.
5 lines
74 B
YAML
5 lines
74 B
YAML
---
|
|
context: k8s.prod.mydomain.com
|
|
import:
|
|
- test-vars.yaml
|
|
include: []
|