From 00ef9a2f670920ba366a9ad205341bc0e7cdf0c5 Mon Sep 17 00:00:00 2001 From: Pietro Terrizzi Date: Mon, 16 Aug 2021 11:03:42 +0200 Subject: [PATCH] chore(helm): added quotes to servicemonitor ns --- charts/capsule/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/capsule/values.yaml b/charts/capsule/values.yaml index bec3be3b..f7734b70 100644 --- a/charts/capsule/values.yaml +++ b/charts/capsule/values.yaml @@ -66,7 +66,7 @@ podSecurityPolicy: serviceMonitor: enabled: false # Install the ServiceMonitor into a different Namespace, as the monitoring stack one (default: the release one) - namespace: + namespace: '' # Assign additional labels according to Prometheus' serviceMonitorSelector matching labels labels: {} annotations: {}