mirror of
https://github.com/ysoftdevs/argo-poc.git
synced 2026-03-29 05:12:04 +02:00
move argo to standard apps
This commit is contained in:
32
apps/argo-cd/argocd.json
Normal file
32
apps/argo-cd/argocd.json
Normal 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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
0
apps/argo-cd/values/registry/aws-dev-values.yaml
Normal file
0
apps/argo-cd/values/registry/aws-dev-values.yaml
Normal file
Reference in New Issue
Block a user