From 5bfba8f6165010a50d024e80a273a76a7ab7c814 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Sun, 22 Feb 2026 15:20:10 +0100 Subject: [PATCH] Disable service monitor --- apps/templates/mariadb-operator-helm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/templates/mariadb-operator-helm.yaml b/apps/templates/mariadb-operator-helm.yaml index 9bf9f70..e7ba116 100644 --- a/apps/templates/mariadb-operator-helm.yaml +++ b/apps/templates/mariadb-operator-helm.yaml @@ -17,7 +17,7 @@ spec: metrics: enabled: true serviceMonitor: - enabled: true + enabled: false syncPolicy: automated: prune: true