Add in mariadb operators

This commit is contained in:
j 2025-08-14 00:12:49 +10:00
parent f75f6644b2
commit c9058dc067
3 changed files with 91 additions and 2 deletions

View file

@ -0,0 +1,53 @@
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: mariadb-operator-crds
namespace: argocd
spec:
project: default
source:
repoURL: "https://charts.mariadb.com/mariadb-operator"
chart: "mariadb-operator-crds"
targetRevision: "0.38.1"
helm:
releaseName: "mariadb-operator-crds"
destination:
server: "https://kubernetes.default.svc"
namespace: database
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- ApplyOutOfSyncOnly=true
- SkipHooks=false
- SyncWave=0 # ensure this is applied first
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: mariadb-operator
namespace: argocd
spec:
project: default
source:
repoURL: "https://charts.mariadb.com/mariadb-operator"
chart: "mariadb-operator"
targetRevision: "0.38.1"
helm:
releaseName: "mariadb-operator"
destination:
server: "https://kubernetes.default.svc"
namespace: database
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- ApplyOutOfSyncOnly=true
- SkipHooks=false
- SyncWave=1 # ensure this waits for mariadb-operator-crds