2025-08-14 00:12:49 +10:00
|
|
|
---
|
|
|
|
apiVersion: argoproj.io/v1alpha1
|
2025-08-14 00:22:33 +10:00
|
|
|
kind: Application
|
2025-08-14 00:12:49 +10:00
|
|
|
metadata:
|
2025-08-14 00:22:33 +10:00
|
|
|
name: mariadb-operator-crds
|
2025-08-14 00:12:49 +10:00
|
|
|
namespace: argocd
|
|
|
|
spec:
|
2025-08-14 00:22:33 +10:00
|
|
|
project: default
|
|
|
|
source:
|
2025-08-14 00:25:38 +10:00
|
|
|
repoURL: "https://helm.mariadb.com/mariadb-operator"
|
2025-08-14 00:22:33 +10:00
|
|
|
chart: "mariadb-operator-crds"
|
2025-08-14 00:26:05 +10:00
|
|
|
targetRevision: "25.8.3"
|
2025-08-14 00:22:33 +10:00
|
|
|
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:
|
2025-08-14 00:25:38 +10:00
|
|
|
repoURL: "https://helm.mariadb.com/mariadb-operator"
|
2025-08-14 00:22:33 +10:00
|
|
|
chart: "mariadb-operator"
|
2025-08-14 00:26:05 +10:00
|
|
|
targetRevision: "25.8.3"
|
2025-08-14 00:22:33 +10:00
|
|
|
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
|