From 75b6199c1b0b04bac32abc6f18a1dc2e68da0242 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 8 Feb 2017 21:44:51 +0100 Subject: feat context: Add deserialisation tests --- context/testdata/flat-test.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 context/testdata/flat-test.yaml (limited to 'context/testdata/flat-test.yaml') diff --git a/context/testdata/flat-test.yaml b/context/testdata/flat-test.yaml new file mode 100644 index 000000000000..dd7804f719c3 --- /dev/null +++ b/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 -- cgit 1.4.1