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
|
|
@ -3,7 +3,7 @@ kind: Application
|
|||
metadata:
|
||||
creationTimestamp: null
|
||||
finalizers:
|
||||
- resources-finalizer.argocd.argoproj.io
|
||||
- resources-finalizer.argocd.argoproj.io
|
||||
labels:
|
||||
app.kubernetes.io/managed-by: argocd-autopilot
|
||||
app.kubernetes.io/name: root
|
||||
|
|
@ -14,21 +14,21 @@ spec:
|
|||
namespace: argocd
|
||||
server: https://kubernetes.default.svc
|
||||
ignoreDifferences:
|
||||
- group: argoproj.io
|
||||
jsonPointers:
|
||||
- /status
|
||||
kind: Application
|
||||
- group: argoproj.io
|
||||
jsonPointers:
|
||||
- /status
|
||||
kind: Application
|
||||
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
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- allowEmpty=true
|
||||
- allowEmpty=true
|
||||
status:
|
||||
health: {}
|
||||
summary: {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue