From 3f18796f74a619d939a1c47c46b7f885034f6943 Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Mon, 15 Jul 2024 01:45:34 +1000 Subject: [PATCH] refactor --- infrastructures/ingress-nginx/env/k3s-cluster/config.json | 2 +- projects/k3s-cluster-res.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructures/ingress-nginx/env/k3s-cluster/config.json b/infrastructures/ingress-nginx/env/k3s-cluster/config.json index d11eae8..c4c946b 100644 --- a/infrastructures/ingress-nginx/env/k3s-cluster/config.json +++ b/infrastructures/ingress-nginx/env/k3s-cluster/config.json @@ -3,7 +3,7 @@ "userGivenName": "ingress-nginx", "destNamespace": "ingress-nginx", "destServer": "https://kubernetes.default.svc", - "srcPath": "apps/ingress-nginx/env/k3s-cluster", + "srcPath": "infrastructures/ingress-nginx/env/k3s-cluster", "srcRepoURL": "https://github.com/3dwardch3ng/home-cluster-ops.git", "srcTargetRevision": "", "labels": null, diff --git a/projects/k3s-cluster-res.yaml b/projects/k3s-cluster-res.yaml index 1d4383c..f7b34f3 100644 --- a/projects/k3s-cluster-res.yaml +++ b/projects/k3s-cluster-res.yaml @@ -23,7 +23,7 @@ spec: repoURL: "" - git: files: - - path: apps/**/k3s-cluster/config_dir.json + - path: resources/**/k3s-cluster/config_dir.json repoURL: https://github.com/3dwardch3ng/home-cluster-ops.git requeueAfterSeconds: 20 revision: ""