diff --git a/argocdsetup.yaml b/argocdsetup.yaml
deleted file mode 100644
index c609a3f29f938832250a2145f51e530ea99afee0..0000000000000000000000000000000000000000
--- a/argocdsetup.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
----
-apiVersion: argoproj.io/v1alpha1
-kind: Application
-metadata:
-  name: conduit-dev
-  namespace: argocd
-spec:
-  project: default
-  source:
-    repoURL: https://gitlab.labranet.jamk.fi/conduit-gitops/gitops.git
-    targetRevision: dev
-    path: dev
-  destination:
-    server: https://kubernetes.default.svc
-    namespace: dev
-  syncPolicy:
-    automated:
-      prune: true
----
-apiVersion: argoproj.io/v1alpha1
-kind: Application
-metadata:
-  name: conduit-prod
-  namespace: argocd
-spec:
-  project: default
-  source:
-    repoURL: https://gitlab.labranet.jamk.fi/conduit-gitops/gitops.git
-    targetRevision: HEAD
-    path: prod
-  destination:
-    server: https://kubernetes.default.svc
-    namespace: prod
-  syncPolicy:
-    automated:
-      prune: true