diff --git a/everything-app/mysql-operator.yaml b/everything-app/mysql-operator.yaml new file mode 100644 index 0000000..3316734 --- /dev/null +++ b/everything-app/mysql-operator.yaml @@ -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 diff --git a/everything-app/project-infra.yaml b/everything-app/project-infra.yaml index 5ac24d3..56aca1b 100644 --- a/everything-app/project-infra.yaml +++ b/everything-app/project-infra.yaml @@ -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/