[POLICY] Disable prometheus monitoring by default
[oom.git] / kubernetes / policy / components / policy-drools-pdp / templates / serviceMonitor.yaml
index 1c04296..f8c450c 100644 (file)
@@ -18,6 +18,6 @@
 # ============LICENSE_END=========================================================
 */}}
 
-{{- if .Values.prometheus.enabled }}
+{{- if .Values.global.prometheusEnabled }}
 {{ include "common.serviceMonitor" . }}
 {{- end }}