From ec452b50a4a1ea0aa0e18836bfe80ca1dab20f1b Mon Sep 17 00:00:00 2001 From: Rashmi Pujar Date: Thu, 21 Apr 2022 12:29:14 -0400 Subject: [POLICY] Disable prometheus monitoring by default ServiceMonitor resource not part of native Kubernetes, it is a custom resource defined via Prometheus operator. Prometheus operator deployment is a pre-requisite to enable creating a ServiceMonitor objects. Issue-ID: POLICY-4096 Signed-off-by: Rashmi Pujar Change-Id: Ia672d5d5982e61c00f8effccad0929240f54efb2 --- kubernetes/policy/components/policy-distribution/values.yaml | 3 --- 1 file changed, 3 deletions(-) (limited to 'kubernetes/policy/components/policy-distribution/values.yaml') diff --git a/kubernetes/policy/components/policy-distribution/values.yaml b/kubernetes/policy/components/policy-distribution/values.yaml index db271a9c3f..fabca4d05a 100755 --- a/kubernetes/policy/components/policy-distribution/values.yaml +++ b/kubernetes/policy/components/policy-distribution/values.yaml @@ -162,9 +162,6 @@ serviceAccount: roles: - read -prometheus: - enabled: true - metrics: serviceMonitor: # Override the labels based on the Prometheus config parameter: serviceMonitorSelector. -- cgit 1.2.3-korg