Files
home-argocd/root-app.yaml
T
2022-04-01 23:11:29 +11:00

20 lines
493 B
YAML

# follow this link https://opensource.com/article/21/7/automating-argo-cd to add central app to auto discovery other apps
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: root-app
namespace: argocd
spec:
project: default
syncPolicy:
automated:
prune: true
selfHeal: true
source:
repoURL: git@github.com:wahyd4/home-argocd.git
targetRevision: HEAD
path: manifests
destination:
server: https://192.168.1.2:6443
namespace: argocd