add app of apps
This commit is contained in:
parent
8811817078
commit
1402d704e9
@ -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
|
|
@ -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
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user