From 5aae88c4a95627570142225e656ac8349471ab0f Mon Sep 17 00:00:00 2001 From: Fabrice Jammes Date: Fri, 24 Jan 2025 17:31:07 +0100 Subject: [PATCH] Update current feature --- values.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/values.yaml b/values.yaml index 7c819ac..285c3d6 100644 --- a/values.yaml +++ b/values.yaml @@ -17,15 +17,15 @@ prometheus: storage: 50Gi podMonitorSelector: matchNames: - monitoring: true + monitoring: "true" podMonitorNamespaceSelector: matchNames: - monitoring: true + monitoring: "true" serviceMonitorSelector: matchLabels: - monitoring: true + monitoring: "true" serviceMonitorNamespaceSelector: matchNames: - monitoring: true + monitoring: "true"