Closed grzesuav closed 2 months ago
hi @def
Please support the installation of Coroot from the Helm chart with an external ClickHouse. :)
You can disable ClickHouse installation by setting clickhouse.enabled to false, and then configure ClickHouse credentials using corootCE.env
.
Coroot helm chart has a
clickhouse
chart as dependency, on conditionclikchouse.enabled
. However setting it tofalse
disables clickhouse completely - https://github.com/coroot/helm-charts/blob/main/charts/coroot/templates/deployment.yaml#L48 .I have clikchouse installed externally and I want to configure coroot to use it, currently there is no such possbility