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
I have a set of configuration files that I need to write out. Each file uses an identical template, except for the key that is used to retrieve the data from Consul. Currently, I have to not only have a separate resource definition per output file (#256 would be super nice to have), I must have a separate template for each output file, even though they differ only in a single gets call. If instead, the value(s) of the keys = [...] from the resource was passed into the template, each of my output files could share a template.
The text was updated successfully, but these errors were encountered:
I have a set of configuration files that I need to write out. Each file uses an identical template, except for the key that is used to retrieve the data from Consul. Currently, I have to not only have a separate resource definition per output file (#256 would be super nice to have), I must have a separate template for each output file, even though they differ only in a single gets call. If instead, the value(s) of the
keys = [...]
from the resource was passed into the template, each of my output files could share a template.The text was updated successfully, but these errors were encountered: