Skip to content

Instantly share code, notes, and snippets.

@cari-lynn
Last active July 6, 2020 17:05
Show Gist options
  • Save cari-lynn/003700be26a51a28e18a516119703dcc to your computer and use it in GitHub Desktop.
Save cari-lynn/003700be26a51a28e18a516119703dcc to your computer and use it in GitHub Desktop.
#@ load("@ytt:data", "data")
data: #@ data.values.keys
domains: #@ data.values.names
foo: #@ data.values.foo
#@data/values
---
keys:
key1: val1
key2: val2
names:
- default.example.com
#@data/values
---
#@overlay/match missing_ok=True
foo:
one: 1
two: 2
three: 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment