Files
argo-poc/apps/dragonfly-operator/argocd.json
Dušan Jakub bc4fcfb6bb First apps
2025-04-08 15:43:45 +02:00

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
}
}
}