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
The problem is obviously, the slash character, which translates into a directory and a file instead of a single file.
Is there a way to use some character that will be replaced to slash as a part of the key name?
without it, we will need to have a special code path to handle just that instead of a simple tree | explode | toYAML...
Any point in the right direction will be appreciated :)
The text was updated successfully, but these errors were encountered:
Hi all.
I hope to find a way to load to consul something that can render with consul-template using
tree | explode | toYAML
into:The problem is obviously, the slash character, which translates into a directory and a file instead of a single file.
Is there a way to use some character that will be replaced to slash as a part of the key name?
without it, we will need to have a special code path to handle just that instead of a simple
tree | explode | toYAML
...Any point in the right direction will be appreciated :)
The text was updated successfully, but these errors were encountered: