From 203d37bb4ba378a39263c60d5f27ae3ae9feb5f1 Mon Sep 17 00:00:00 2001 From: Junwei Zhao Date: Fri, 1 Apr 2022 23:04:08 +1100 Subject: [PATCH] add repo for the central argocd repo --- .gitignore | 0 badger.yaml | 16 ++++++++++++++++ media.yaml | 16 ++++++++++++++++ 3 files changed, 32 insertions(+) create mode 100644 .gitignore create mode 100644 badger.yaml create mode 100644 media.yaml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/badger.yaml b/badger.yaml new file mode 100644 index 0000000..3404d74 --- /dev/null +++ b/badger.yaml @@ -0,0 +1,16 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: badger + namespace: argocd +spec: + project: default + syncPolicy: + automated: {} + source: + repoURL: git@github.com:wahyd4/badger.git + targetRevision: master + path: . + destination: + server: https://192.168.1.2:6443 + namespace: apps diff --git a/media.yaml b/media.yaml new file mode 100644 index 0000000..3bd06f0 --- /dev/null +++ b/media.yaml @@ -0,0 +1,16 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: media + namespace: argocd +spec: + project: default + syncPolicy: + automated: {} + source: + repoURL: git@github.com:wahyd4/home-docker.git + targetRevision: master + path: media + destination: + server: https://192.168.1.2:6443 + namespace: media