init app of apps example direcotry

This commit is contained in:
Christian Schlatter 2021-09-21 10:20:21 +02:00
parent f3e0af96c6
commit 8811817078

View File

@ -0,0 +1,16 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: app-of-apps-1
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
destination:
namespace: default
name: in-cluster
project: default
source:
path: app-of-apps/app1
repoURL: https://github.com/acend/argocd-training
targetRevision: HEAD