- Root cause: live Application kept spec.source; Argo ignored observability chart - Add jsonpatch-multisource.json + argocd/README.md migration steps - Grafana: disable subchart ingress; add templates/ingress-grafana-onelab.yaml Made-with: Cursor
24 lines
614 B
JSON
24 lines
614 B
JSON
[
|
|
{"op": "remove", "path": "/spec/source"},
|
|
{"op": "add", "path": "/spec/sources", "value": [
|
|
{
|
|
"repoURL": "https://git.luneski.fr/luneski/onelab-k8s.git",
|
|
"targetRevision": "main",
|
|
"path": "gitops/charts/onelab",
|
|
"helm": {
|
|
"releaseName": "onelab",
|
|
"valueFiles": ["../../values/k3s-example.yaml"]
|
|
}
|
|
},
|
|
{
|
|
"repoURL": "https://git.luneski.fr/luneski/onelab-k8s.git",
|
|
"targetRevision": "main",
|
|
"path": "gitops/observability",
|
|
"helm": {
|
|
"releaseName": "onelab-obs",
|
|
"valueFiles": ["values.yaml"]
|
|
}
|
|
}
|
|
]}
|
|
]
|