Last active
July 6, 2020 17:05
-
-
Save cari-lynn/003700be26a51a28e18a516119703dcc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#@ load("@ytt:data", "data") | |
data: #@ data.values.keys | |
domains: #@ data.values.names | |
foo: #@ data.values.foo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#@data/values | |
--- | |
keys: | |
key1: val1 | |
key2: val2 | |
names: | |
- default.example.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#@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