Rework app-of-apps example

This commit is contained in:
Thomas Philipona
2022-10-29 17:06:17 +02:00
parent 9b25dbe886
commit 10b6d0b2cd
6 changed files with 3 additions and 3 deletions

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

@@ -0,0 +1,16 @@
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