Skip to content

Commit

Permalink
Upload the porting configuration for elastic search operator (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
RenZhou0327 authored Mar 22, 2024
1 parent 3341edd commit e4d1c6f
Show file tree
Hide file tree
Showing 5 changed files with 7,763 additions and 0 deletions.
26 changes: 26 additions & 0 deletions data/elastic-cloud-on-k8s-operator/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"deploy": {
"steps": [
{
"apply": {
"file": "data/elastic-cloud-on-k8s-operator/crds.yaml",
"namespace": null
}
},
{
"wait": {
"duration": 10
}
},
{
"apply": {
"file": "data/elastic-cloud-on-k8s-operator/operator.yaml",
"operator": true
}
}
]
},
"crd_name": "elasticsearches.elasticsearch.k8s.elastic.co",
"kubernetes_version": "v1.29.1",
"seed_custom_resource": "data/elastic-cloud-on-k8s-operator/es.yaml"
}
Loading

0 comments on commit e4d1c6f

Please sign in to comment.