consul-template
consul-template copied to clipboard
Enhancement: Dedup Using White/Black List
We would like to have an option to use one process which uses a single config directory but can exclude or include certain files. Our aim is to have one process with a granular control of which CTMPL is deduped and which is not.
This will be a very important feature for us as well. We have a use case where one template is generating 3mb output file but is only rendered on start and almost never changes (pki keys) and we have another template which changes all the time and has watches for 1000 services which we want to dedup. I was hoping to enable dedup only on that high churn template but right now it is all or nothing. We are reaching the max k/v on consul for the large template which breaks everything else as well.