From e2c8af04d472cb2b398597228e0b23e4d1eb6f82 Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Tue, 30 Jul 2024 02:05:23 +1000 Subject: [PATCH] remove app clusterissuer and gpu-device-plugin --- .../env/k3s-cluster/config.json | 12 ------------ .../gpu-device-plugin/env/k3s-cluster/config.json | 12 ------------ 2 files changed, 24 deletions(-) delete mode 100644 infrastructures/cert-manager-clusterissuer/env/k3s-cluster/config.json delete mode 100644 infrastructures/gpu-device-plugin/env/k3s-cluster/config.json diff --git a/infrastructures/cert-manager-clusterissuer/env/k3s-cluster/config.json b/infrastructures/cert-manager-clusterissuer/env/k3s-cluster/config.json deleted file mode 100644 index 993b780..0000000 --- a/infrastructures/cert-manager-clusterissuer/env/k3s-cluster/config.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "appName": "cert-manager-clusterissuer", - "userGivenName": "cert-manager-clusterissuer", - "namespace": "cert-manager", - "destNamespace": "cert-manager", - "destServer": "https://kubernetes.default.svc", - "srcPath": "infrastructures/cert-manager-clusterissuer/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/infrastructures/gpu-device-plugin/env/k3s-cluster/config.json b/infrastructures/gpu-device-plugin/env/k3s-cluster/config.json deleted file mode 100644 index 801dd16..0000000 --- a/infrastructures/gpu-device-plugin/env/k3s-cluster/config.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "appName": "gpu-device-plugin", - "userGivenName": "gpu-device-plugin", - "namespace": "gpu-device-plugin", - "destNamespace": "gpu-device-plugin", - "destServer": "https://kubernetes.default.svc", - "srcPath": "infrastructures/gpu-device-plugin/env/k3s-cluster", - "srcRepoURL": "https://github.com/3dwardch3ng/home-cluster-ops.git", - "srcTargetRevision": "", - "labels": null, - "annotations": null -} \ No newline at end of file