mirror of
https://github.com/prometheus-operator/prometheus-operator.git
synced 2025-04-16 01:06:27 +00:00
Watching a configmap which contains a list of configmap names and requesting those configmaps and writing them transactionally to disk works. Watching general prometheus config remounts still to do and reloading prometheus also to be done.
5 lines
127 B
Docker
5 lines
127 B
Docker
FROM quay.io/prometheus/busybox:latest
|
|
|
|
ADD prometheus-watcher /bin/prometheus-watcher
|
|
|
|
ENTRYPOINT ["/bin/prometheus-watcher"]
|