b33c353233
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`.
10 lines
166 B
YAML
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
|