File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed
Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 282282 "description" : " Miscellaneous users config for ClickHouse in XML format."
283283 },
284284 "extraContainers" : {
285- "type" : " object" ,
286- "description" : " Extra containers for Clickhouse pod."
285+ "type" : " array" ,
286+ "description" : " Extra containers for Clickhouse pod." ,
287+ "items" : {
288+ "type" : " object"
289+ }
287290 },
288291 "extraVolumes" : {
289- "type" : " object" ,
290- "description" : " Extra volumes for Clickhouse pod."
292+ "type" : " array" ,
293+ "description" : " Extra volumes for Clickhouse pod." ,
294+ "items" : {
295+ "type" : " object"
296+ }
291297 },
292298 "initScripts" : {
293299 "type" : " object" ,
Original file line number Diff line number Diff line change @@ -177,6 +177,7 @@ clickhouse:
177177 <clickhouse>
178178 </clickhouse>
179179
180+ # -- Extra containers for clickhouse pods
180181 extraContainers : []
181182
182183 # -- Extra volumes for clickhouse pods
You can’t perform that action at this time.
0 commit comments