diff --git a/app-of-apps/app-of-apps.yaml b/app-of-apps/app-of-apps.yaml index ef6a618..faa0791 100644 --- a/app-of-apps/app-of-apps.yaml +++ b/app-of-apps/app-of-apps.yaml @@ -13,4 +13,6 @@ source: path: apps repoURL: https://gitbucket.simstrup.dk/git/rolf/simstrup-app.git - targetRevision: HEAD \ No newline at end of file + targetRevision: HEAD + directory: + recurse: true \ No newline at end of file diff --git a/app-of-apps/project.yaml b/app-of-apps/project.yaml new file mode 100644 index 0000000..98bd89a --- /dev/null +++ b/app-of-apps/project.yaml @@ -0,0 +1,16 @@ +apiVersion: argoproj.io/v1alpha1 +kind: AppProject +metadata: + name: simstrup-project + namespace: simstrup + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + description: Simstrup Project + sourceRepos: + - '*' + destinations: + - namespace: simstrup + server: https://kubernetes.default.svc + - namespace: default + server: https://kubernetes.default.svc \ No newline at end of file