move argo to standard apps

This commit is contained in:
Jan Husak
2025-04-10 14:52:19 +02:00
parent 9b8504d3ac
commit c64bd0856b
3 changed files with 32 additions and 0 deletions

32
apps/argo-cd/argocd.json Normal file
View File

@@ -0,0 +1,32 @@
{
"apiVersion": "ysoft.com/v1",
"source": {
"repoURL": "https://github.com/ysoftdevs/argo-poc.git",
"path": "helm-repo/argo-cd/argo-cd-35.0.0",
"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": "test"
},
"ohio": {
"enabled": false
}
}
}