CyCoreSystems / asterisk-config

Kubernetes dynamic configuration engine for Asterisk
Other
64 stars 25 forks source link

add secret watcher to re-render templates #9

Open vkruoso opened 4 years ago

vkruoso commented 4 years ago

The Asterisk config is provided by a kubernetes secret. We are adding support re-render the templates when a secret is updated. This allow us to react much faster to configuration changes.

Closes CyCoreSystems/asterisk-config#8.

Signed-off-by: Vinicius Ruoso vinicius@leads2b.com

vkruoso commented 3 years ago

Please let me know the approach to move forward with this.