From 54f75ec76579edabd5ccff3133021764aa01e98a Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Tue, 27 Aug 2024 22:00:04 +1000 Subject: [PATCH] fix app path --- infrastructures/argo-workflows/env/k3s-cluster/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructures/argo-workflows/env/k3s-cluster/config.json b/infrastructures/argo-workflows/env/k3s-cluster/config.json index 1fc72d9..4d5ecb6 100644 --- a/infrastructures/argo-workflows/env/k3s-cluster/config.json +++ b/infrastructures/argo-workflows/env/k3s-cluster/config.json @@ -4,7 +4,7 @@ "namespace": "argo", "destNamespace": "argo", "destServer": "https://kubernetes.default.svc", - "srcPath": "infrustructures/argo-workflow/env/k3s-cluster", + "srcPath": "infrastructures/argo-workflow/env/k3s-cluster", "srcRepoURL": "https://github.com/3dwardch3ng/home-cluster-ops.git", "srcTargetRevision": "", "labels": null,