From 8f27c04c3daa5e6b00d1f2797a587d631a1b9852 Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Wed, 17 Jul 2024 12:59:15 +1000 Subject: [PATCH] fix app path for postgresql --- infrastructures/postgresql/env/k3s-cluster/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructures/postgresql/env/k3s-cluster/config.json b/infrastructures/postgresql/env/k3s-cluster/config.json index 689550c..a304fb3 100644 --- a/infrastructures/postgresql/env/k3s-cluster/config.json +++ b/infrastructures/postgresql/env/k3s-cluster/config.json @@ -4,7 +4,7 @@ "namespace": "postgresql", "destNamespace": "postgresql", "destServer": "https://kubernetes.default.svc", - "srcPath": "infrastructure/postgresql/env/k3s-cluster", + "srcPath": "infrastructures/postgresql/env/k3s-cluster", "srcRepoURL": "https://github.com/3dwardch3ng/home-cluster-ops.git", "srcTargetRevision": "", "labels": null,