about summary refs log tree commit diff
path: root/ops/kontemplate/context/testdata/merging/context.yaml
blob: df30d3d8cbe305dc4b5cbd7a58d0b60a059d2d56 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# This context file is intended to test the merge hierarchy of
# variables defined at different levels.
---
context: merging.in.kontemplate.works
global:
  globalVar: globalVar
  includeVar: should be overridden (global)
  cliVar: should be overridden (global)
import:
  - import-vars.yaml
include:
  - name: resource
    values:
      includeVar: includeVar
      cliVar: should be overridden (include)