fix(projects): use internal git url
This commit is contained in:
parent
16edd71360
commit
0316032bb7
3 changed files with 3 additions and 3 deletions
|
|
@ -4,7 +4,7 @@ app-of-apps:
|
|||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
source:
|
||||
repoURL: https://git.nc.landry.land/davad/argo.git
|
||||
repoURL: ssh://git@gitea-ssh.gitops.svc.cluster.local:2222/davad/argo.git
|
||||
path: apps
|
||||
apps:
|
||||
- name: foundryvtt
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ app-of-apps:
|
|||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
source:
|
||||
repoURL: https://git.nc.landry.land/davad/argo.git
|
||||
repoURL: ssh://git@gitea-ssh.gitops.svc.cluster.local:2222/davad/argo.git
|
||||
path: apps
|
||||
apps:
|
||||
- name: kavita
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ app-of-apps:
|
|||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
source:
|
||||
repoURL: https://git.nc.landry.land/davad/argo.git
|
||||
repoURL: ssh://git@gitea-ssh.gitops.svc.cluster.local:2222/davad/argo.git
|
||||
path: system
|
||||
apps:
|
||||
- name: homepage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue