mysql operator
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
14a8c68d1d
commit
394f0a7249
|
@ -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
|
|
@ -33,3 +33,4 @@ spec:
|
||||||
- https://opensource.zalando.com/postgres-operator/charts/postgres-operator
|
- https://opensource.zalando.com/postgres-operator/charts/postgres-operator
|
||||||
- https://mariadb-operator.github.io/mariadb-operator
|
- https://mariadb-operator.github.io/mariadb-operator
|
||||||
- https://charts.rook.io/release
|
- https://charts.rook.io/release
|
||||||
|
- https://mysql.github.io/mysql-operator/
|
||||||
|
|
Loading…
Reference in New Issue