From 74c3c9d5e583c6d2612908f9b908b7cdc74dfe67 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Wed, 22 Mar 2023 19:00:33 +0100 Subject: [PATCH] delete migrated apps --- _apps/acmedns.yaml | 24 ------------------------ _apps/docspell.yaml | 23 ----------------------- _apps/ipapi.yaml | 21 --------------------- _apps/linkding.yaml | 21 --------------------- _apps/mealie.yaml | 23 ----------------------- _apps/miniflux.yaml | 23 ----------------------- _apps/pylokid.yaml | 21 --------------------- _apps/renovate.yaml | 21 --------------------- 8 files changed, 177 deletions(-) delete mode 100644 _apps/acmedns.yaml delete mode 100644 _apps/docspell.yaml delete mode 100644 _apps/ipapi.yaml delete mode 100644 _apps/linkding.yaml delete mode 100644 _apps/mealie.yaml delete mode 100644 _apps/miniflux.yaml delete mode 100644 _apps/pylokid.yaml delete mode 100644 _apps/renovate.yaml diff --git a/_apps/acmedns.yaml b/_apps/acmedns.yaml deleted file mode 100644 index fd3b721..0000000 --- a/_apps/acmedns.yaml +++ /dev/null @@ -1,24 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: acmedns - namespace: argocd - finalizers: - - resources-finalizer.argocd.argoproj.io -spec: - destination: - namespace: acmedns - server: https://kubernetes.default.svc - project: apps - source: - path: acmedns - repoURL: https://git.tbrnt.ch/tobru/gitops-tbrnt.git - targetRevision: HEAD - syncPolicy: - automated: - prune: true ---- -apiVersion: v1 -kind: Namespace -metadata: - name: acmedns diff --git a/_apps/docspell.yaml b/_apps/docspell.yaml deleted file mode 100644 index 7b227a2..0000000 --- a/_apps/docspell.yaml +++ /dev/null @@ -1,23 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: docspell - namespace: argocd - finalizers: - - resources-finalizer.argocd.argoproj.io -spec: - destination: - namespace: docspell - server: https://kubernetes.default.svc - project: apps - source: - path: docspell - repoURL: https://git.tbrnt.ch/tobru/gitops-tbrnt.git - targetRevision: HEAD - directory: - recurse: true ---- -apiVersion: v1 -kind: Namespace -metadata: - name: docspell diff --git a/_apps/ipapi.yaml b/_apps/ipapi.yaml deleted file mode 100644 index e8e7966..0000000 --- a/_apps/ipapi.yaml +++ /dev/null @@ -1,21 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: ipapi - namespace: argocd - finalizers: - - resources-finalizer.argocd.argoproj.io -spec: - destination: - namespace: ipapi - server: https://kubernetes.default.svc - project: apps - source: - path: ipapi - repoURL: https://git.tbrnt.ch/tobru/gitops-tbrnt.git - targetRevision: HEAD ---- -apiVersion: v1 -kind: Namespace -metadata: - name: ipapi diff --git a/_apps/linkding.yaml b/_apps/linkding.yaml deleted file mode 100644 index 4cb68e9..0000000 --- a/_apps/linkding.yaml +++ /dev/null @@ -1,21 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: linkding - namespace: argocd - finalizers: - - resources-finalizer.argocd.argoproj.io -spec: - destination: - namespace: linkding - server: https://kubernetes.default.svc - project: system - source: - path: linkding - repoURL: https://git.tbrnt.ch/tobru/gitops-tbrnt.git - targetRevision: HEAD ---- -apiVersion: v1 -kind: Namespace -metadata: - name: linkding diff --git a/_apps/mealie.yaml b/_apps/mealie.yaml deleted file mode 100644 index 6ad201b..0000000 --- a/_apps/mealie.yaml +++ /dev/null @@ -1,23 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: mealie - namespace: argocd - finalizers: - - resources-finalizer.argocd.argoproj.io -spec: - destination: - namespace: mealie - server: https://kubernetes.default.svc - project: apps - source: - path: mealie - repoURL: https://git.tbrnt.ch/tobru/gitops-tbrnt.git - targetRevision: HEAD - directory: - recurse: true ---- -apiVersion: v1 -kind: Namespace -metadata: - name: mealie diff --git a/_apps/miniflux.yaml b/_apps/miniflux.yaml deleted file mode 100644 index e8476e5..0000000 --- a/_apps/miniflux.yaml +++ /dev/null @@ -1,23 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: miniflux - namespace: argocd - finalizers: - - resources-finalizer.argocd.argoproj.io -spec: - destination: - namespace: miniflux - server: https://kubernetes.default.svc - project: apps - source: - path: miniflux - repoURL: https://git.tbrnt.ch/tobru/gitops-tbrnt.git - targetRevision: HEAD - directory: - recurse: true ---- -apiVersion: v1 -kind: Namespace -metadata: - name: miniflux diff --git a/_apps/pylokid.yaml b/_apps/pylokid.yaml deleted file mode 100644 index 985c84f..0000000 --- a/_apps/pylokid.yaml +++ /dev/null @@ -1,21 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: pylokid - namespace: argocd - finalizers: - - resources-finalizer.argocd.argoproj.io -spec: - destination: - namespace: pylokid - server: https://kubernetes.default.svc - project: apps - source: - path: pylokid - repoURL: https://git.tbrnt.ch/tobru/gitops-tbrnt.git - targetRevision: HEAD ---- -apiVersion: v1 -kind: Namespace -metadata: - name: pylokid diff --git a/_apps/renovate.yaml b/_apps/renovate.yaml deleted file mode 100644 index f8d92c1..0000000 --- a/_apps/renovate.yaml +++ /dev/null @@ -1,21 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: renovate - namespace: argocd - finalizers: - - resources-finalizer.argocd.argoproj.io -spec: - destination: - namespace: renovate - server: https://kubernetes.default.svc - project: apps - source: - path: renovate - repoURL: https://git.tbrnt.ch/tobru/gitops-tbrnt.git - targetRevision: HEAD ---- -apiVersion: v1 -kind: Namespace -metadata: - name: renovate