# configmap-reload **Repository Path**: src-opensunway/configmap-reload ## Basic Information - **Project Name**: configmap-reload - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-19 - **Last Updated**: 2026-03-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Kubernetes ConfigMap Reload [![license](https://img.shields.io/github/license/jimmidyson/configmap-reload.svg?maxAge=2592000)](https://github.com/jimmidyson/configmap-reload) [![Docker Stars](https://img.shields.io/docker/stars/jimmidyson/configmap-reload.svg?maxAge=2592000)](https://hub.docker.com/r/jimmidyson/configmap-reload/) [![Docker Pulls](https://img.shields.io/docker/pulls/jimmidyson/configmap-reload.svg?maxAge=2592000)](https://hub.docker.com/r/jimmidyson/configmap-reload/) [![Dependency Status](https://dependencyci.com/github/jimmidyson/configmap-reload/badge)](https://dependencyci.com/github/jimmidyson/configmap-reload) [![CircleCI](https://img.shields.io/circleci/project/jimmidyson/configmap-reload.svg?maxAge=2592000)](https://circleci.com/gh/jimmidyson/configmap-reload) **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. It is available as a Docker image at https://hub.docker.com/r/jimmidyson/configmap-reload ### Usage ``` Usage of ./out/configmap-reload: -volume-dir value the config map volume directory to watch for updates; may be used multiple times -webhook-method string the HTTP method url to use to send the webhook (default "POST") -webhook-status-code int the HTTP status code indicating successful triggering of reload (default 200) -webhook-url string the url to send a request to when the specified config map volume directory has been updated -webhook-retries integer the amount of times to retry the webhook reload request ``` ### License This project is [Apache Licensed](LICENSE.txt)