clefos/configmap-reload
Trigger reload when Kubernetes ConfigMaps are updated - used by OpenShift
391
configmap-reload is a simple binary to trigger a reload when Kubernetes ConfigMaps are updated. It watches mounted volume dirs and notifies the target process that the config map has been changed. It currently only supports sending an HTTP request, but in future it is expected to support sending OS (e.g. SIGHUP) once Kubernetes supports pod PID namespaces.
docker pull clefos/configmap-reload