From 63f973c87da79225a59ba08b15634cb82494fbd9 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Sun, 22 Feb 2026 15:42:44 +0100 Subject: [PATCH] Disable other servicemonitors --- apps/templates/mariadb-operator-folder.yaml | 21 +++++++++++++++++++++ mariadb-operator/operator-helm.yaml | 6 ++++++ 2 files changed, 27 insertions(+) create mode 100644 apps/templates/mariadb-operator-folder.yaml diff --git a/apps/templates/mariadb-operator-folder.yaml b/apps/templates/mariadb-operator-folder.yaml new file mode 100644 index 0000000..af2a2f5 --- /dev/null +++ b/apps/templates/mariadb-operator-folder.yaml @@ -0,0 +1,21 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: mariadb-operator-install + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + project: default + source: + repoURL: https://github.com/rubenhensen/k8scd.git + targetRevision: HEAD + path: mariadb-operator + destination: + server: https://kubernetes.default.svc + namespace: mariadb-system + syncPolicy: + syncOptions: + - CreateNamespace=true + automated: + selfHeal: true diff --git a/mariadb-operator/operator-helm.yaml b/mariadb-operator/operator-helm.yaml index e7ba116..ceeb378 100644 --- a/mariadb-operator/operator-helm.yaml +++ b/mariadb-operator/operator-helm.yaml @@ -18,6 +18,12 @@ spec: enabled: true serviceMonitor: enabled: false + webhook: + serviceMonitor: + enabled: false + certController: + serviceMonitor: + enabled: false syncPolicy: automated: prune: true