Open dalxds opened 3 years ago
Hi, sorry for the late response. The error comes through orions incompatibility with TimescaleDB 2.x, we currently only support 1.x. I updated the values in #86, please try again with that(be aware that the timescale helm-chart to be used should be v0.7.1). Directly referencing the secret is currently not possible, its not supported by the orion-chart.
Best, Stefan
Following the config files for deployment, I've created a new Helm Chart that has orion-ld, mongodb and timescale as deps.
The values.yaml of the Chart can be seen below:
I followed the guide in the timescaledb charts to create the secrets and then used this command to decrypt and use the db password.
However, Orion-LD failes to connect to the timescale-db. Logs from the broker can be found below:
Any help would be appreciated. Thanks!
Also, would it be possible to reference the Secret to get the timescaledb password and not provided directly in the values.yaml?