add repo for the central argocd repo

This commit is contained in:
2022-04-01 23:04:08 +11:00
commit 203d37bb4b
3 changed files with 32 additions and 0 deletions
View File
+16
View File
@@ -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
+16
View File
@@ -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