From 330ea068b6fddb6e26e1f69c6d4b46078ad707cc Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Mon, 15 Jul 2024 03:24:41 +1000 Subject: [PATCH] split ingress-nginx-configmap --- .../ingress-nginx-configmap/base/configmap.yaml | 0 .../ingress-nginx-configmap/base/kustomization.yaml | 0 .../ingress-nginx-configmap/env/k3s-cluster/config.json | 2 +- .../ingress-nginx-configmap/env/k3s-cluster/kustomization.yaml | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename {infrastructures => resources}/ingress-nginx-configmap/base/configmap.yaml (100%) rename {infrastructures => resources}/ingress-nginx-configmap/base/kustomization.yaml (100%) rename {infrastructures => resources}/ingress-nginx-configmap/env/k3s-cluster/config.json (81%) rename {infrastructures => resources}/ingress-nginx-configmap/env/k3s-cluster/kustomization.yaml (100%) diff --git a/infrastructures/ingress-nginx-configmap/base/configmap.yaml b/resources/ingress-nginx-configmap/base/configmap.yaml similarity index 100% rename from infrastructures/ingress-nginx-configmap/base/configmap.yaml rename to resources/ingress-nginx-configmap/base/configmap.yaml diff --git a/infrastructures/ingress-nginx-configmap/base/kustomization.yaml b/resources/ingress-nginx-configmap/base/kustomization.yaml similarity index 100% rename from infrastructures/ingress-nginx-configmap/base/kustomization.yaml rename to resources/ingress-nginx-configmap/base/kustomization.yaml diff --git a/infrastructures/ingress-nginx-configmap/env/k3s-cluster/config.json b/resources/ingress-nginx-configmap/env/k3s-cluster/config.json similarity index 81% rename from infrastructures/ingress-nginx-configmap/env/k3s-cluster/config.json rename to resources/ingress-nginx-configmap/env/k3s-cluster/config.json index 8223a7b..7b6a97c 100644 --- a/infrastructures/ingress-nginx-configmap/env/k3s-cluster/config.json +++ b/resources/ingress-nginx-configmap/env/k3s-cluster/config.json @@ -3,7 +3,7 @@ "userGivenName": "ingress-nginx-configmap", "destNamespace": "ingress-nginx", "destServer": "https://kubernetes.default.svc", - "srcPath": "infrastructures/ingress-nginx-configmap/env/k3s-cluster", + "srcPath": "resources/ingress-nginx-configmap/env/k3s-cluster", "srcRepoURL": "https://github.com/3dwardch3ng/home-cluster-ops.git", "srcTargetRevision": "", "labels": null, diff --git a/infrastructures/ingress-nginx-configmap/env/k3s-cluster/kustomization.yaml b/resources/ingress-nginx-configmap/env/k3s-cluster/kustomization.yaml similarity index 100% rename from infrastructures/ingress-nginx-configmap/env/k3s-cluster/kustomization.yaml rename to resources/ingress-nginx-configmap/env/k3s-cluster/kustomization.yaml