chore(bootstrap): point to internal ssh url
This commit is contained in:
parent
7087bc3112
commit
62ddd07b1f
3 changed files with 30 additions and 30 deletions
|
|
@ -19,7 +19,7 @@ spec:
|
||||||
project: default
|
project: default
|
||||||
source:
|
source:
|
||||||
path: bootstrap/argo-cd
|
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:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
allowEmpty: true
|
allowEmpty: true
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ spec:
|
||||||
- git:
|
- git:
|
||||||
files:
|
files:
|
||||||
- path: bootstrap/cluster-resources/*.json
|
- 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
|
requeueAfterSeconds: 20
|
||||||
revision: ""
|
revision: ""
|
||||||
template:
|
template:
|
||||||
|
|
@ -30,7 +30,7 @@ spec:
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
spec:
|
spec:
|
||||||
destination:
|
destination:
|
||||||
server: '{{server}}'
|
server: "{{server}}"
|
||||||
ignoreDifferences:
|
ignoreDifferences:
|
||||||
- group: argoproj.io
|
- group: argoproj.io
|
||||||
jsonPointers:
|
jsonPointers:
|
||||||
|
|
@ -39,7 +39,7 @@ spec:
|
||||||
project: default
|
project: default
|
||||||
source:
|
source:
|
||||||
path: bootstrap/cluster-resources/{{name}}
|
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:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
allowEmpty: true
|
allowEmpty: true
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@ spec:
|
||||||
project: default
|
project: default
|
||||||
source:
|
source:
|
||||||
path: projects
|
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:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
allowEmpty: true
|
allowEmpty: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue