mirror of
https://github.com/wahyd4/home-argocd.git
synced 2026-08-09 05:06:20 +10:00
add home apps
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: home-apps
|
||||
namespace: argocd
|
||||
spec:
|
||||
project: default
|
||||
syncPolicy:
|
||||
automated: {}
|
||||
source:
|
||||
repoURL: git@github.com:wahyd4/home-docker.git
|
||||
targetRevision: master
|
||||
path: home-apps
|
||||
destination:
|
||||
server: https://192.168.1.2:6443
|
||||
namespace: home-apps
|
||||
Reference in New Issue
Block a user