Add MariaDB operator installation

This commit is contained in:
Ruben Hensen
2026-02-22 15:13:15 +01:00
parent ee1be4b802
commit 34d5b17ddf
2 changed files with 47 additions and 0 deletions
@@ -0,0 +1,21 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: mariadb-operator-crds
namespace: argocd
spec:
destination:
namespace: mariadb-system
server: https://kubernetes.default.svc
project: default
source:
chart: mariadb-operator-crds
repoURL: https://mariadb-operator.github.io/mariadb-operator
targetRevision: 0.36.1
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- ServerSideApply=true
+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: 0.36.1
helm:
values: |
metrics:
enabled: true
serviceMonitor:
enabled: true
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true