I need some help, im deploying signoz into k8s via helm chart but i get this error. I can not find where to declare the CLICKHOUSE_HOST variables. I'm rolling out via terraform/helm chart
│ Error: Invalid function argument
│
│ on ../../../../../modules/prod-tools/oke-tools/signoz.tf line 14, in resource "helm_release" "signoz":
│ 14: templatefile("${path.module}/config/signoz/signoz.yaml", {
│ 15: namespace = kubernetes_namespace.signoz_tools.0.id
│ 16: }
│ 17: )
│ ├────────────────
│ │ while calling templatefile(path, vars)
│
│ Invalid value for "vars" parameter: vars map does not contain key "CLICKHOUSE_HOST", referenced at
│ ../../../../../modules/prod-tools/oke-tools/config/signoz/signoz.yaml:1557,29-44.
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.