diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-02-08T20·44+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2017-02-08T21·12+0100 |
commit | 75b6199c1b0b04bac32abc6f18a1dc2e68da0242 (patch) | |
tree | 2f6aa7be86e108287f5915b5a924aca3c1095b12 /context/testdata/collections-test.yaml | |
parent | a6eb4210575c3d81ebd449b0b89092e33abf3394 (diff) |
feat context: Add deserialisation tests
Diffstat (limited to 'context/testdata/collections-test.yaml')
-rw-r--r-- | context/testdata/collections-test.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/context/testdata/collections-test.yaml b/context/testdata/collections-test.yaml new file mode 100644 index 000000000000..a619c8cfddcc --- /dev/null +++ b/context/testdata/collections-test.yaml @@ -0,0 +1,15 @@ +--- +context: k8s.prod.mydomain.com +global: + globalVar: lizards +include: + - name: some-api + values: + version: 1.0-0e6884d + importantFeature: true + apiPort: 4567 + - name: collection + include: + - name: nested + values: + lizards: good |