mirror of
https://github.com/ysoftdevs/argo-poc.git
synced 2026-03-29 05:12:04 +02:00
First apps
This commit is contained in:
34
apps/dragonfly-operator/argocd.json
Normal file
34
apps/dragonfly-operator/argocd.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"apiVersion": "ysoft.com/v1",
|
||||
"source": {
|
||||
"repoURL": "https://repo.app.ysoft.com/scm/aws/k8s-apps.git",
|
||||
"path": "helm-repo/dragonfly-operator/dragonfly-operator-v1.1.10-bagl",
|
||||
"chartRevision": "argocd",
|
||||
"valuesRevision": "argocd",
|
||||
"chart": ""
|
||||
},
|
||||
"destination": {
|
||||
"namespace": "dragonfly-operator"
|
||||
},
|
||||
"syncPolicy": {
|
||||
"syncOptions": {
|
||||
"ServerSideApply": true,
|
||||
"CreateNamespace": true
|
||||
}
|
||||
},
|
||||
"valueFiles": [
|
||||
"values/registry/%provider%-%stage%-values.yaml",
|
||||
"values/app-version/%stage%-values.yaml"
|
||||
],
|
||||
"stages": {
|
||||
"poc": {
|
||||
"enabled": false
|
||||
},
|
||||
"dev": {
|
||||
"enabled": true
|
||||
},
|
||||
"prod": {
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user