tiller
tiller copied to clipboard
dynamic values not working in list of map in common.yaml
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! %>
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.