mirror of
https://github.com/ysoftdevs/argo-poc.git
synced 2026-01-15 00:03:34 +01:00
34 lines
715 B
JSON
34 lines
715 B
JSON
{
|
|
"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
|
|
}
|
|
}
|
|
} |