tvl-depot/context/testdata/import-vars-override.yaml
Vincent Ambo b33c353233 refactor(context): Implement more explicit merging of variables
The hierarchy for loading variables was previously not expressed
explicitly.

This commit refactors the logic for merging variables to explicitly
set the different layers of variables as values on the context object
and merge them for each resource set in `mergeContextValues`.
2018-06-09 19:16:23 +02:00

10 lines
166 B
YAML

---
context: k8s.prod.mydomain.com
global:
globalVar: very global!
override: 1
import:
- test-vars.yaml
- test-vars-override.yaml
include:
- name: test-set