mirror of
https://github.com/ysoftdevs/argo-poc.git
synced 2026-01-19 10:07:00 +01:00
sem jelito
This commit is contained in:
@@ -1,41 +0,0 @@
|
||||
{
|
||||
"apiVersion": "ysoft.com/v1",
|
||||
"source": {
|
||||
"repoURL": "https://github.com/ysoftdevs/argo-poc.git",
|
||||
"path": "helm-repo/traefik/traefik-35.0.0",
|
||||
"chartRevision": "main",
|
||||
"valuesRevision": "main",
|
||||
"chart": ""
|
||||
},
|
||||
"destination": {
|
||||
"namespace": "traefik"
|
||||
},
|
||||
"syncPolicy": {
|
||||
"syncOptions": {
|
||||
"ServerSideApply": true,
|
||||
"CreateNamespace": true
|
||||
}
|
||||
},
|
||||
"valueFiles": [
|
||||
"values/registry/%provider%-%stage%-values.yaml",
|
||||
"values/app-version/%stage%-values.yaml"
|
||||
],
|
||||
"clusters": {
|
||||
"dev": {
|
||||
"control-plane-dev": {
|
||||
"enabled": true
|
||||
},
|
||||
"ohio": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"prod": {
|
||||
"control-plane": {
|
||||
"enabled": true
|
||||
},
|
||||
"ireland": {
|
||||
"enabled": false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user