Skip to content

Instantly share code, notes, and snippets.

@cari-lynn
Created July 6, 2020 17:37
Show Gist options
  • Save cari-lynn/866d322af4e950c66e1bd86168596d0e to your computer and use it in GitHub Desktop.
Save cari-lynn/866d322af4e950c66e1bd86168596d0e to your computer and use it in GitHub Desktop.
#@ load("@ytt:data", "data")
#@ foo = "baz"
1: #@ data.values.foo
2: #@ getattr(data.values, foo)
#@data/values
---
foo: bar
baz: something
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment