From e8326c824e18bcaf0ccd4bb3a5fb53ed06464fdb Mon Sep 17 00:00:00 2001 From: Junwei Zhao Date: Sat, 6 Jan 2024 16:09:13 +1100 Subject: [PATCH] Remove helm based mysql --- {manifests => archive}/mysql.yaml | 0 manifests/db.yaml | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+) rename {manifests => archive}/mysql.yaml (100%) create mode 100644 manifests/db.yaml diff --git a/manifests/mysql.yaml b/archive/mysql.yaml similarity index 100% rename from manifests/mysql.yaml rename to archive/mysql.yaml diff --git a/manifests/db.yaml b/manifests/db.yaml new file mode 100644 index 0000000..3789727 --- /dev/null +++ b/manifests/db.yaml @@ -0,0 +1,18 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: db + namespace: argocd +spec: + project: default + syncPolicy: + automated: + prune: true + selfHeal: true + source: + repoURL: git@github.com:wahyd4/home-docker.git + targetRevision: master + path: db + destination: + server: https://192.168.1.2:6443 + namespace: db