add child apps

This commit is contained in:
Christian Schlatter
2021-09-21 09:14:49 +02:00
parent 42d7d76681
commit f3e0af96c6
6 changed files with 108 additions and 0 deletions

16
app-of-apps/app2.yaml Normal file
View File

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