disable sync for 3 apps

This commit is contained in:
2024-07-19 00:30:05 +10:00
parent dac7b6fe25
commit 1c2d30f2f7
4 changed files with 0 additions and 3 deletions

View File

@@ -1,12 +0,0 @@
{
"appName": "minio",
"userGivenName": "minio",
"namespace": "minio",
"destNamespace": "minio",
"destServer": "https://kubernetes.default.svc",
"srcPath": "infrastructures/minio/env/k3s-cluster",
"srcRepoURL": "https://github.com/3dwardch3ng/home-cluster-ops.git",
"srcTargetRevision": "",
"labels": null,
"annotations": null
}

View File

@@ -1,12 +0,0 @@
{
"appName": "postgresql",
"userGivenName": "postgresql",
"namespace": "postgresql",
"destNamespace": "postgresql",
"destServer": "https://kubernetes.default.svc",
"srcPath": "infrastructures/postgresql/env/k3s-cluster",
"srcRepoURL": "https://github.com/3dwardch3ng/home-cluster-ops.git",
"srcTargetRevision": "",
"labels": null,
"annotations": null
}

View File

@@ -1,3 +0,0 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources: []

View File

@@ -1,12 +0,0 @@
{
"appName": "redis",
"userGivenName": "redis",
"namespace": "redis",
"destNamespace": "redis",
"destServer": "https://kubernetes.default.svc",
"srcPath": "infrastructures/redis/env/k3s-cluster",
"srcRepoURL": "https://github.com/3dwardch3ng/home-cluster-ops.git",
"srcTargetRevision": "",
"labels": null,
"annotations": null
}