Skip to content

Instantly share code, notes, and snippets.

@cari-lynn
Created April 18, 2022 20:20
Show Gist options
  • Save cari-lynn/421caea663d3752114626c71be3d8c02 to your computer and use it in GitHub Desktop.
Save cari-lynn/421caea663d3752114626c71be3d8c02 to your computer and use it in GitHub Desktop.
`data.read()` root file read bug
file contents
#@ load("@ytt:data", "data")
---
#! this works
bom_data: #@ data.read("/file.yml")
#@ load("@ytt:data","data")
#@data/values
---
#! this doesn't work
bom_data: #@ data.read("/file.yml")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment