17 lines
400 B
YAML
17 lines
400 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: <username>-app-of-apps-1
|
|
namespace: argocd
|
|
finalizers:
|
|
- resources-finalizer.argocd.argoproj.io
|
|
spec:
|
|
destination:
|
|
namespace: <username>
|
|
name: in-cluster
|
|
project: default
|
|
source:
|
|
path: app-of-apps-applications/app1
|
|
repoURL: https://github.com/acend/argocd-training-examples.git
|
|
targetRevision: HEAD
|