fix(nextgen): use platform..git in repoURL to match ArgoCD registration
This commit is contained in:
parent
fc17d6fc21
commit
bd62af512a
|
|
@ -6,7 +6,7 @@ metadata:
|
|||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: http://gitea.geocrop.svc.cluster.local:3000/fchinembiri/geocrop-platform.git
|
||||
repoURL: http://gitea.geocrop.svc.cluster.local:3000/fchinembiri/geocrop-platform..git
|
||||
targetRevision: HEAD
|
||||
path: k8s/nextgen
|
||||
destination:
|
||||
|
|
@ -34,7 +34,7 @@ spec:
|
|||
helm:
|
||||
valueFiles:
|
||||
- $values/k8s/nextgen/40-infisical-values.yaml
|
||||
- repoURL: http://gitea.geocrop.svc.cluster.local:3000/fchinembiri/geocrop-platform.git
|
||||
- repoURL: http://gitea.geocrop.svc.cluster.local:3000/fchinembiri/geocrop-platform..git
|
||||
targetRevision: HEAD
|
||||
ref: values
|
||||
destination:
|
||||
|
|
@ -68,7 +68,7 @@ spec:
|
|||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: http://gitea.geocrop.svc.cluster.local:3000/fchinembiri/geocrop-platform.git
|
||||
repoURL: http://gitea.geocrop.svc.cluster.local:3000/fchinembiri/geocrop-platform..git
|
||||
targetRevision: HEAD
|
||||
path: k8s/nextgen/next-gen-chart
|
||||
helm:
|
||||
|
|
|
|||
Loading…
Reference in New Issue