Skip to content

Commit

Permalink
Port clickhouse, didn't rename files because no one else is working o…
Browse files Browse the repository at this point in the history
…n clickhouse (#363)
  • Loading branch information
xinze-zheng authored Mar 17, 2024
1 parent 8058d11 commit fce3e39
Show file tree
Hide file tree
Showing 5 changed files with 6,199 additions and 0 deletions.
21 changes: 21 additions & 0 deletions data/clickhouse-operator/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"deploy": {
"steps": [
{
"apply": {
"file": "data/clickhouse-operator/zookeeper.yaml",
"namespace": "zoo3ns"
}
},
{
"apply": {
"file": "data/clickhouse-operator/operator.yaml",
"operator_container_name": "clickhouse-operator",
"operator": true
}
}
]
},
"crd_name": "clickhouseinstallations.clickhouse.altinity.com",
"seed_custom_resource": "data/clickhouse-operator/cr.yaml"
}
Loading

0 comments on commit fce3e39

Please sign in to comment.