53 lines
1.2 KiB
YAML
53 lines
1.2 KiB
YAML
---
|
|
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
|