feat(platform-services): Add ClickHouse platform service support (provider, types, provisioning, UI and port mappings)
This commit is contained in:
@@ -49,10 +49,11 @@ export class OneboxServicesManager {
|
||||
|
||||
// Build platform requirements
|
||||
const platformRequirements: IPlatformRequirements | undefined =
|
||||
(options.enableMongoDB || options.enableS3)
|
||||
(options.enableMongoDB || options.enableS3 || options.enableClickHouse)
|
||||
? {
|
||||
mongodb: options.enableMongoDB,
|
||||
s3: options.enableS3,
|
||||
clickhouse: options.enableClickHouse,
|
||||
}
|
||||
: undefined;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user