diff options
Diffstat (limited to 'ops/kontemplate/context/testdata/flat-test.yaml')
-rw-r--r-- | ops/kontemplate/context/testdata/flat-test.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ops/kontemplate/context/testdata/flat-test.yaml b/ops/kontemplate/context/testdata/flat-test.yaml new file mode 100644 index 000000000000..dd7804f719c3 --- /dev/null +++ b/ops/kontemplate/context/testdata/flat-test.yaml @@ -0,0 +1,10 @@ +--- +context: k8s.prod.mydomain.com +global: + globalVar: lizards +include: + - name: some-api + values: + version: 1.0-0e6884d + importantFeature: true + apiPort: 4567 |