mirror of
https://github.com/ysoftdevs/argo-poc.git
synced 2026-01-15 00:03:34 +01:00
32 lines
665 B
JSON
32 lines
665 B
JSON
{
|
|
"apiVersion": "ysoft.com/v1",
|
|
"source": {
|
|
"repoURL": "https://github.com/ysoftdevs/argo-poc.git",
|
|
"path": "helm-repo/argocd/argo-cd-7.8.23",
|
|
"chartRevision": "main",
|
|
"valuesRevision": "main",
|
|
"chart": ""
|
|
},
|
|
"destination": {
|
|
"namespace": "argocd"
|
|
},
|
|
"syncPolicy": {
|
|
"syncOptions": {
|
|
"ServerSideApply": true,
|
|
"CreateNamespace": true
|
|
}
|
|
},
|
|
"valueFiles": [
|
|
"values/registry/%provider%-%stage%-values.yaml",
|
|
"values/app-version/%stage%-values.yaml"
|
|
],
|
|
"clusters": {
|
|
"control-plane-dev": {
|
|
"enabled": true,
|
|
"revision": "test2"
|
|
},
|
|
"ohio": {
|
|
"enabled": false
|
|
}
|
|
}
|
|
} |