From 394f0a724902224e4ac86a7559fa763d1dba35d4 Mon Sep 17 00:00:00 2001 From: Martyn Ranyard Date: Tue, 28 Nov 2023 13:24:45 +0100 Subject: [PATCH] mysql operator Signed-off-by: Martyn Ranyard --- everything-app/mysql-operator.yaml | 17 +++++++++++++++++ everything-app/project-infra.yaml | 1 + 2 files changed, 18 insertions(+) create mode 100644 everything-app/mysql-operator.yaml 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/