From bc91236e88f6929c890c7a63949d2d2163eef8da Mon Sep 17 00:00:00 2001 From: vitorfloriano <107767584+vitorfloriano@users.noreply.github.com> Date: Thu, 11 Jun 2026 23:36:01 -0300 Subject: [PATCH] fix: narrow metrics patches to metrics-service only The patch was targetting 'Service', which was too broad and being mistakenly applied to all services, including the webhook service, leading to a misconfig. --- config/prometheus/tls/kustomization.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/prometheus/tls/kustomization.yaml b/config/prometheus/tls/kustomization.yaml index 0f39bb59..7c0f40be 100644 --- a/config/prometheus/tls/kustomization.yaml +++ b/config/prometheus/tls/kustomization.yaml @@ -17,3 +17,5 @@ patches: - path: metrics_service_tls_patch.yaml target: kind: Service + name: metrics-service + namespace: system