diff --git a/app-of-apps/app1.yaml b/app-of-apps/app1.yaml deleted file mode 100644 index 81b8fa8..0000000 --- a/app-of-apps/app1.yaml +++ /dev/null @@ -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 \ No newline at end of file diff --git a/app-of-apps/app2.yaml b/app-of-apps/apps/app2.yaml similarity index 92% rename from app-of-apps/app2.yaml rename to app-of-apps/apps/app2.yaml index b4ebf20..0c6d29c 100644 --- a/app-of-apps/app2.yaml +++ b/app-of-apps/apps/app2.yaml @@ -11,6 +11,6 @@ spec: name: in-cluster project: default source: - path: example-app + path: app-of-apps/app2 repoURL: https://github.com/acend/argocd-training targetRevision: HEAD \ No newline at end of file diff --git a/app-of-apps/app3.yaml b/app-of-apps/apps/app3.yaml similarity index 92% rename from app-of-apps/app3.yaml rename to app-of-apps/apps/app3.yaml index b4ebf20..357666f 100644 --- a/app-of-apps/app3.yaml +++ b/app-of-apps/apps/app3.yaml @@ -11,6 +11,6 @@ spec: name: in-cluster project: default source: - path: example-app + path: app-of-apps/app3 repoURL: https://github.com/acend/argocd-training targetRevision: HEAD \ No newline at end of file