Merge pull request #523 from 3dwardch3ng/infra/postgresql

fix app path for postgresql
This commit is contained in:
2024-07-17 12:59:36 +10:00
committed by GitHub

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,