-
Notifications
You must be signed in to change notification settings - Fork 528
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Concretize Files.Glob documentation #1664
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like where this is going, but think the examples could use more explanation.
I am not a maintainer.
{{- with $currentScope}} | ||
{{ .Files.Get $path }} | ||
{{- end }} | ||
{{ range $path, $content := .Files.Glob "**.yaml" }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe have this example actually use the $path or $_ it.
a9fa292
to
b9498d3
Compare
Signed-off-by: Andras Kovi <[email protected]>
@karenhchu or other maintainers: may I ask a review, please! Thank you! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
Fixes #1314