This commit is contained in:
j 2025-08-22 22:12:13 +10:00
parent f75b44efca
commit 5b4bbe8f86
33 changed files with 691 additions and 35 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://helm.mariadb.com/mariadb-operator"
chart: "mariadb-operator-crds"
targetRevision: "25.8.3"
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
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: mariadb-operator
namespace: argocd
spec:
project: default
source:
repoURL: "https://helm.mariadb.com/mariadb-operator"
chart: "mariadb-operator"
targetRevision: "25.8.3"
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