mirror of
https://github.com/wahyd4/home-argocd.git
synced 2026-08-08 21:05:09 +10:00
add repo for the central argocd repo
This commit is contained in:
+16
@@ -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
@@ -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
|
||||
Reference in New Issue
Block a user