From 715915a045fe02391d23685cf1cecaf7832c061a Mon Sep 17 00:00:00 2001 From: David Landry Date: Sun, 21 Jan 2024 22:19:20 -0500 Subject: [PATCH] fix(apps): source repo --- apps/gethomepage/overlays/system/config.json | 2 +- apps/hello-world/overlays/system/config.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/gethomepage/overlays/system/config.json b/apps/gethomepage/overlays/system/config.json index c27798f..08c9232 100644 --- a/apps/gethomepage/overlays/system/config.json +++ b/apps/gethomepage/overlays/system/config.json @@ -4,7 +4,7 @@ "destNamespace": "homepage", "destServer": "https://kubernetes.default.svc", "srcPath": "apps/gethomepage/overlays/system", - "srcRepoURL": "https://git.nc.landry.land/davad/argo.git", + "srcRepoURL": "ssh://git@gitea-ssh.gitops.svc.cluster.local:2222/davad/argo.git", "srcTargetRevision": "", "labels": null, "annotations": null diff --git a/apps/hello-world/overlays/system/config.json b/apps/hello-world/overlays/system/config.json index 457a008..907ee69 100644 --- a/apps/hello-world/overlays/system/config.json +++ b/apps/hello-world/overlays/system/config.json @@ -4,8 +4,8 @@ "destNamespace": "default", "destServer": "https://kubernetes.default.svc", "srcPath": "apps/hello-world/overlays/system", - "srcRepoURL": "https://git.nc.landry.land/davad/argo.git", + "srcRepoURL": "ssh://git@gitea-ssh.gitops.svc.cluster.local:2222/davad/argo.git", "srcTargetRevision": "", "labels": null, "annotations": null -} \ No newline at end of file +}