From 623a5e755a32f050fbcc4dec5046c3b7be1be05f Mon Sep 17 00:00:00 2001 From: Tom Plant Date: Sat, 30 Nov 2024 05:21:24 +0000 Subject: [PATCH] fix: cloudflared ServiceMonitor match any namespace Signed-off-by: Tom Plant --- config/prometheus/image_monitor.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/prometheus/image_monitor.yaml b/config/prometheus/image_monitor.yaml index 037da729..e8e4c84c 100644 --- a/config/prometheus/image_monitor.yaml +++ b/config/prometheus/image_monitor.yaml @@ -16,3 +16,5 @@ spec: selector: matchLabels: control-plane: image + namespaceSelector: + any: true