Skip to content
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

dynamic values not working in list of map in common.yaml #78

Open
af6140 opened this issue Mar 7, 2020 · 1 comment
Open

dynamic values not working in list of map in common.yaml #78

af6140 opened this issue Mar 7, 2020 · 1 comment

Comments

@af6140
Copy link

af6140 commented Mar 7, 2020

If we have a list of hashes in yaml config, the dynamic values is not evaluated.

like following the dynamic value will not be evaluated.

config:
  system_props:
     - name: prop1
       value: <%= env_PROP! %>
@cavedon
Copy link

cavedon commented Jul 25, 2023

It looks like that the code that expands ruby templates in configuration variables (i.e. when dymanic_values: true) traverses the configuration objects using deep_traverse(), which stops at lists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants