Files
onelab-k8s-1.27/gitops/argocd/jsonpatch-multisource.json
timotheereausanofi 5e120c4d74 gitops: public-safe values, docs; remove legacy app/resources
- Sanitize placeholders, centralize values under gitops/values/
- Argo Application placeholder repoURL; env-example + observability.yaml
- Remove Swarm app/, resources/, install.sh; add root README

Made-with: Cursor
2026-03-20 12:25:01 +01:00

24 lines
626 B
JSON

[
{"op": "remove", "path": "/spec/source"},
{"op": "add", "path": "/spec/sources", "value": [
{
"repoURL": "https://github.com/YOUR_ORG/YOUR_REPO.git",
"targetRevision": "main",
"path": "gitops/charts/onelab",
"helm": {
"releaseName": "onelab",
"valueFiles": ["../../values/env-example.yaml"]
}
},
{
"repoURL": "https://github.com/YOUR_ORG/YOUR_REPO.git",
"targetRevision": "main",
"path": "gitops/observability",
"helm": {
"releaseName": "onelab-obs",
"valueFiles": ["../../values/observability.yaml"]
}
}
]}
]