You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suppose I had a yml file that declared a function that is called throughout that yml file. Can I add an overlay that redefines that function to have different content?
The text was updated successfully, but these errors were encountered:
I think it cannot.
If you see here https://carvel.dev/ytt/docs/v0.49.x/how-it-works/ , overlay works on top of evaluated templates. Evaluated templates cannot have function definition because ytt does not emit comments, and all functions are defined as comments.
renuy
added
discussion
This issue is not a bug or feature and a conversation is needed to find an appropriate resolution
and removed
carvel triage
This issue has not yet been triaged for relevance
labels
Jul 5, 2024
Suppose I had a yml file that declared a function that is called throughout that yml file. Can I add an overlay that redefines that function to have different content?
The text was updated successfully, but these errors were encountered: