Product Docs
Open Source
Education
Kubernetes ConfigMap Reload
configmap-reload is a simple binary to trigger a reload when Kubernetes ConfigMaps or Secrets, mounted into pods, are updated.
configmap-reload
The image is available on cgr.dev:
cgr.dev
docker pull cgr.dev/chainguard/configmap-reload:latest
This image is a drop-in replacement for the upstream image. You can run it using the helm chart with:
$ helm repo add prometheus-community https://prometheus-community.github.io/helm-charts $ helm install my-release prometheus-community/alertmanager \ --set configmapReload.enabled=true \ --set configmapReload.image=cgr.dev/chainguard/configmap-reload \ --set image.tag=latest <other configuration parameters here>