Phase 1: Add MariaDB operator installation

This commit is contained in:
Ruben Hensen
2026-02-22 15:38:48 +01:00
parent 353687aeed
commit 2c486a32d1
5 changed files with 100 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: mariadb-operator
namespace: argocd
spec:
destination:
namespace: mariadb-system
server: https://kubernetes.default.svc
project: default
source:
chart: mariadb-operator
repoURL: https://mariadb-operator.github.io/mariadb-operator
targetRevision: 25.10.4
helm:
values: |
metrics:
enabled: true
serviceMonitor:
enabled: false
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true