Skip to content

Simple binary to trigger a reload when a Kubernetes ConfigMap is updated

License

Notifications You must be signed in to change notification settings

d-s-x/config-watcher

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

config-watcher

This is a program to trigger a reload when Kubernetes ConfigMaps are updated. It watches mounted volume dirs and executes a command when a config map has been changed.

Example

config-watcher                   \
  --volume-dir=/etc/config       \
  --command=/bin/sh              \
  --argument=reload-prometheus.sh

License

This project is Apache Licensed

About

Simple binary to trigger a reload when a Kubernetes ConfigMap is updated

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 91.9%
  • Dockerfile 8.1%