fix: use SSH URL for ArgoCD app sources to match deploy key credential
This commit is contained in:
@@ -6,7 +6,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
source:
|
source:
|
||||||
repoURL: https://git.lunarfront.tech/ryan/lunarfront-charts.git
|
repoURL: ssh://git@git-ssh.lunarfront.tech/ryan/lunarfront-charts.git
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
path: charts/lunarfront
|
path: charts/lunarfront
|
||||||
helm:
|
helm:
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ spec:
|
|||||||
helm:
|
helm:
|
||||||
valueFiles:
|
valueFiles:
|
||||||
- $values/gitea/values.yaml
|
- $values/gitea/values.yaml
|
||||||
- repoURL: https://git.lunarfront.tech/ryan/lunarfront-charts.git
|
- repoURL: ssh://git@git-ssh.lunarfront.tech/ryan/lunarfront-charts.git
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
ref: values
|
ref: values
|
||||||
destination:
|
destination:
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
source:
|
source:
|
||||||
repoURL: https://git.lunarfront.tech/ryan/lunarfront-charts.git
|
repoURL: ssh://git@git-ssh.lunarfront.tech/ryan/lunarfront-charts.git
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
path: runner
|
path: runner
|
||||||
destination:
|
destination:
|
||||||
|
|||||||
Reference in New Issue
Block a user