Replies: 1 comment
-
Data values are what you want. Try this: #! x.yaml
#@ load("@ytt:data", "data")
a: #@ data.values.a Now, run |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
x.yaml:
Now run
ytt --data-value a=3 -f x.yaml
and I still seea: 1
. Seems like a great tool, but I'm at a loss.Beta Was this translation helpful? Give feedback.
All reactions