1

I have a use case where i need consul template to watch multiple keys at a specific path. The number of keys at that path are variable. For each key under that path, it needs to grab the value and put it in a destination file on the host file system. Is this achievable using consul-template?

cybervedaa
  • 309
  • 2
  • 10
  • Do the values need to be in the same destination file, or different destinations? How should the data be formatted within the file? – Blake Covarrubias May 14 '22 at 17:35
  • @BlakeCovarrubias - Preferably, the values should be in separate files, at the same path on disk. But if that is not possible, concatenating all the values and placing them in one file is also acceptable – cybervedaa May 18 '23 at 22:59

0 Answers0