diff --git a/bootstrap/argo-cd.yaml b/bootstrap/argo-cd.yaml index 8906efc..80595c4 100644 --- a/bootstrap/argo-cd.yaml +++ b/bootstrap/argo-cd.yaml @@ -19,7 +19,7 @@ spec: project: default source: path: bootstrap/argo-cd - repoURL: ssh://git@forgejo-ssh.git-system.svc.cluster.local:2222/davad/argo.git + repoURL: https://git.nc.landry.land/davad/argo.git syncPolicy: automated: allowEmpty: true diff --git a/bootstrap/cluster-resources.yaml b/bootstrap/cluster-resources.yaml index 9fbd9cd..689c767 100644 --- a/bootstrap/cluster-resources.yaml +++ b/bootstrap/cluster-resources.yaml @@ -11,7 +11,7 @@ spec: - git: files: - path: bootstrap/cluster-resources/*.json - repoURL: ssh://git@forgejo-ssh.git-system.svc.cluster.local:2222/davad/argo.git + repoURL: https://git.nc.landry.land/davad/argo.git requeueAfterSeconds: 20 revision: "" template: @@ -39,7 +39,7 @@ spec: project: default source: path: bootstrap/cluster-resources/{{name}} - repoURL: ssh://git@forgejo-ssh.git-system.svc.cluster.local:2222/davad/argo.git + repoURL: https://git.nc.landry.land/davad/argo.git syncPolicy: automated: allowEmpty: true diff --git a/bootstrap/crossplane.yaml b/bootstrap/crossplane.yaml index 3a0e4d7..438af08 100644 --- a/bootstrap/crossplane.yaml +++ b/bootstrap/crossplane.yaml @@ -16,7 +16,7 @@ spec: project: default source: path: bootstrap/crossplane - repoURL: ssh://git@forgejo-ssh.git-system.svc.cluster.local:2222/davad/argo.git + repoURL: https://git.nc.landry.land/davad/argo.git syncPolicy: automated: allowEmpty: true diff --git a/bootstrap/root.yaml b/bootstrap/root.yaml index 83ad8ef..71fb9c3 100644 --- a/bootstrap/root.yaml +++ b/bootstrap/root.yaml @@ -21,7 +21,7 @@ spec: project: default source: path: projects - repoURL: ssh://git@forgejo-ssh.git-system.svc.cluster.local:2222/davad/argo.git + repoURL: https://git.nc.landry.land/davad/argo.git syncPolicy: automated: allowEmpty: true