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
Problem
YAML expansion only works for individual values (string, bool, number), but not nested dictionaries. In the case of both individual and nested values in a single YAML file, only individual values are parsed and written to Consul, and nested dictionaries are ignored.
Example file contents
key1: value
key2: value2
dict:
key3: value3
sub:
key4: value
Result: Only key1 and key2 end up in Consul, the rest is ignored
The text was updated successfully, but these errors were encountered:
Version: 0.3.0
Problem
YAML expansion only works for individual values (string, bool, number), but not nested dictionaries. In the case of both individual and nested values in a single YAML file, only individual values are parsed and written to Consul, and nested dictionaries are ignored.
Example file contents
key1: value
key2: value2
dict:
key3: value3
sub:
key4: value
Result: Only key1 and key2 end up in Consul, the rest is ignored
The text was updated successfully, but these errors were encountered: