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