Created
April 11, 2022 16:58
-
-
Save cari-lynn/8b7c194fd28bcab0ec80e716eecc161f to your computer and use it in GitHub Desktop.
load from root repro
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") | |
#@ load("@ytt:template", "template") | |
_: #@ data.values | |
--- | |
#@ files = data.list("/") | |
Files_in_template: | |
#@ for/end file in files: | |
- name: #@ file |
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 | |
--- | |
#@ 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