From 272f028cb6bb4f901c7d0a5bd6c5aa3be2c2bc05 Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Wed, 24 Jul 2024 06:56:36 +1000 Subject: [PATCH] diable gitea and nextcloud --- apps/gitea/env/k3s-cluster/config.json | 12 ------------ apps/nextcloud/env/k3s-cluster/config.json | 12 ------------ 2 files changed, 24 deletions(-) delete mode 100644 apps/gitea/env/k3s-cluster/config.json delete mode 100644 apps/nextcloud/env/k3s-cluster/config.json diff --git a/apps/gitea/env/k3s-cluster/config.json b/apps/gitea/env/k3s-cluster/config.json deleted file mode 100644 index 05e65c8..0000000 --- a/apps/gitea/env/k3s-cluster/config.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "appName": "gitea", - "userGivenName": "gitea", - "namespace": "gitea", - "destNamespace": "gitea", - "destServer": "https://kubernetes.default.svc", - "srcPath": "apps/gitea/env/k3s-cluster", - "srcRepoURL": "https://github.com/3dwardch3ng/home-cluster-ops.git", - "srcTargetRevision": "", - "labels": null, - "annotations": null -} \ No newline at end of file diff --git a/apps/nextcloud/env/k3s-cluster/config.json b/apps/nextcloud/env/k3s-cluster/config.json deleted file mode 100644 index c9fb170..0000000 --- a/apps/nextcloud/env/k3s-cluster/config.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "appName": "nextcloud", - "userGivenName": "nextcloud", - "namespace": "nextcloud", - "destNamespace": "nextcloud", - "destServer": "https://kubernetes.default.svc", - "srcPath": "apps/nextcloud/env/k3s-cluster", - "srcRepoURL": "https://github.com/3dwardch3ng/home-cluster-ops.git", - "srcTargetRevision": "", - "labels": null, - "annotations": null -} \ No newline at end of file