Files
argo-poc/apps/argo-cd/argocd.json
2025-04-09 15:43:55 +02:00

41 lines
802 B
JSON

{
"apiVersion": "ysoft.com/v1",
"source": {
"repoURL": "https://github.com/ysoftdevs/argo-poc.git",
"path": "helm-repo/traefik/traefik-35.0.0",
"chartRevision": "main",
"valuesRevision": "main",
"chart": ""
},
"destination": {
"namespace": "traefik"
},
"syncPolicy": {
"syncOptions": {
"ServerSideApply": true,
"CreateNamespace": true
}
},
"valueFiles": [
"values/registry/%provider%-%stage%-values.yaml",
"values/app-version/%stage%-values.yaml"
],
"clusters": {
"dev": {
"control-plane-dev": {
"enabled": true
},
"ohio": {
"enabled": false
}
},
"prod": {
"control-plane": {
"enabled": true
},
"ireland": {
"enabled": false
}
}
}
}