fix app path for postgresql

This commit is contained in:
2024-07-17 12:59:15 +10:00
parent 99e405b0a5
commit 8f27c04c3d

View File

@@ -4,7 +4,7 @@
"namespace": "postgresql", "namespace": "postgresql",
"destNamespace": "postgresql", "destNamespace": "postgresql",
"destServer": "https://kubernetes.default.svc", "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", "srcRepoURL": "https://github.com/3dwardch3ng/home-cluster-ops.git",
"srcTargetRevision": "", "srcTargetRevision": "",
"labels": null, "labels": null,