mysql operator

Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
Martyn 2023-11-28 13:24:45 +01:00
parent 14a8c68d1d
commit 394f0a7249
2 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,17 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: mysql-operator
namespace: argocd
spec:
destination:
namespace: kube-system
server: https://kubernetes.default.svc
project: infra
source:
chart: mysql-operator
repoURL: https://mysql.github.io/mysql-operator/
targetRevision: 2.1.1
syncPolicy:
automated:
selfHeal: true

View File

@ -33,3 +33,4 @@ spec:
- https://opensource.zalando.com/postgres-operator/charts/postgres-operator
- https://mariadb-operator.github.io/mariadb-operator
- https://charts.rook.io/release
- https://mysql.github.io/mysql-operator/