chore(bootstrap): point to internal ssh url

This commit is contained in:
David Landry 2024-01-21 21:00:44 -05:00
parent 7087bc3112
commit 62ddd07b1f
3 changed files with 30 additions and 30 deletions

View file

@ -19,7 +19,7 @@ spec:
project: default
source:
path: bootstrap/argo-cd
repoURL: https://git.nc.landry.land/davad/argo.git
repoURL: ssh://git@gitea-ssh.gitops.svc.cluster.local:2222/davad/argo.git
syncPolicy:
automated:
allowEmpty: true

View file

@ -11,7 +11,7 @@ spec:
- git:
files:
- path: bootstrap/cluster-resources/*.json
repoURL: https://git.nc.landry.land/davad/argo.git
repoURL: ssh://git@gitea-ssh.gitops.svc.cluster.local:2222/davad/argo.git
requeueAfterSeconds: 20
revision: ""
template:
@ -30,7 +30,7 @@ spec:
namespace: argocd
spec:
destination:
server: '{{server}}'
server: "{{server}}"
ignoreDifferences:
- group: argoproj.io
jsonPointers:
@ -39,7 +39,7 @@ spec:
project: default
source:
path: bootstrap/cluster-resources/{{name}}
repoURL: https://git.nc.landry.land/davad/argo.git
repoURL: ssh://git@gitea-ssh.gitops.svc.cluster.local:2222/davad/argo.git
syncPolicy:
automated:
allowEmpty: true

View file

@ -21,7 +21,7 @@ spec:
project: default
source:
path: projects
repoURL: https://git.nc.landry.land/davad/argo.git
repoURL: ssh://git@gitea-ssh.gitops.svc.cluster.local:2222/davad/argo.git
syncPolicy:
automated:
allowEmpty: true