commit 203d37bb4ba378a39263c60d5f27ae3ae9feb5f1 Author: Junwei Zhao Date: Fri Apr 1 23:04:08 2022 +1100 add repo for the central argocd repo 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