diff --git a/app-of-apps/app-of-apps.yaml b/app-of-apps/app-of-apps.yaml deleted file mode 100644 index 0a75aa7..0000000 --- a/app-of-apps/app-of-apps.yaml +++ /dev/null @@ -1,18 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: simstrup-app-of-apps - namespace: simstrup - finalizers: - - resources-finalizer.argocd.argoproj.io -spec: - destination: - namespace: simstrup - server: https://kubernetes.default.svc - project: default - source: - path: apps - repoURL: https://gitbucket.simstrup.dk/git/rolf/simstrup-app.git - targetRevision: HEAD - directory: - recurse: true \ No newline at end of file diff --git a/app-of-apps/application.yaml b/app-of-apps/application.yaml new file mode 100644 index 0000000..931de05 --- /dev/null +++ b/app-of-apps/application.yaml @@ -0,0 +1,18 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: simstrup-app-of-apps + namespace: simstrup + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + destination: + namespace: simstrup + server: https://kubernetes.default.svc + project: simstrup-project + source: + path: apps + repoURL: https://gitbucket.simstrup.dk/git/rolf/simstrup-app.git + targetRevision: HEAD + directory: + recurse: true \ No newline at end of file