add app of apps

This commit is contained in:
Christian Schlatter 2021-09-21 10:45:35 +02:00
parent 8811817078
commit 1402d704e9
3 changed files with 2 additions and 18 deletions

View File

@ -1,16 +0,0 @@
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: example-app
repoURL: https://github.com/acend/argocd-training
targetRevision: HEAD

View File

@ -11,6 +11,6 @@ spec:
name: in-cluster name: in-cluster
project: default project: default
source: source:
path: example-app path: app-of-apps/app2
repoURL: https://github.com/acend/argocd-training repoURL: https://github.com/acend/argocd-training
targetRevision: HEAD targetRevision: HEAD

View File

@ -11,6 +11,6 @@ spec:
name: in-cluster name: in-cluster
project: default project: default
source: source:
path: example-app path: app-of-apps/app3
repoURL: https://github.com/acend/argocd-training repoURL: https://github.com/acend/argocd-training
targetRevision: HEAD targetRevision: HEAD