about summary refs log tree commit diff
path: root/ops/kontemplate/context/testdata/parent-variable-override.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ops/kontemplate/context/testdata/parent-variable-override.yaml')
-rw-r--r--ops/kontemplate/context/testdata/parent-variable-override.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/ops/kontemplate/context/testdata/parent-variable-override.yaml b/ops/kontemplate/context/testdata/parent-variable-override.yaml
new file mode 100644
index 0000000000..42676c3028
--- /dev/null
+++ b/ops/kontemplate/context/testdata/parent-variable-override.yaml
@@ -0,0 +1,10 @@
+---
+context: k8s.prod.mydomain.com
+include:
+  - name: parent
+    values:
+      foo: bar
+    include:
+      - name: child
+        values:
+          foo: newvalue