Skip to content

Instantly share code, notes, and snippets.

@cari-lynn
Created April 11, 2022 16:58
Show Gist options
  • Save cari-lynn/8b7c194fd28bcab0ec80e716eecc161f to your computer and use it in GitHub Desktop.
Save cari-lynn/8b7c194fd28bcab0ec80e716eecc161f to your computer and use it in GitHub Desktop.
load from root repro
#@ load("@ytt:data", "data")
#@ load("@ytt:template", "template")
_: #@ data.values
---
#@ files = data.list("/")
Files_in_template:
#@ for/end file in files:
- name: #@ file
#@data/values
---
#@ load("@ytt:yaml", "yaml")
#@ load("@ytt:data", "data")
#@ files = data.list("/")
Files_in_values:
#@ for/end file in files:
- name: #@ file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment