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 +}