-
Notifications
You must be signed in to change notification settings - Fork 474
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
.yml files no loger supported ? #31
Comments
|
Thanks for this answer, could you please also tell, |
The feature you are looking for is the |
So at the moment, I cant do it simply with |
You can read the parent as well, but you can't have cycles. That is, you can't have the child read the parent to expose child vars to the parent, while simultaneously having the child read the parent to get the parent vars. |
Can I define the parent list/map/list of maps value (on the root level) and then refine it (on env level)?
In the
I tried to do that but getting error that "value cannot be evalueted".. |
Unfortunately, that is not supported. |
Accordingly commit I see you have deleted all .yml files, could you please explain is it best practice to use them for variables?
The text was updated successfully, but these errors were encountered: