-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Port clickhouse, didn't rename files because no one else is working o…
…n clickhouse (#363)
- Loading branch information
1 parent
8058d11
commit fce3e39
Showing
5 changed files
with
6,199 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
Oops, something went wrong.