jimmidyson / configmap-reload

Simple binary to trigger a reload when a Kubernetes ConfigMap is updated
Apache License 2.0
986 stars 193 forks source link

Prometheus configmap reload is not picking up the changes #41

Closed vikram-yerneni closed 4 years ago

vikram-yerneni commented 4 years ago

Fellas, I am using the helm charts for stable/prometheus installations and inside it uses this "configmap-reload" as a separate container for reloading the configmap changes. However, when editing the prometheus server configmap (using "kubectl edit configmap" command), the changes are not getting picked up. Am I doing it the right way or am I missing something??

Any help please...

Cheers!