I need some help, im deploying signoz into k8s via...
# support
a
I need some help, im deploying signoz into k8s via helm chart via terraform but i get this error. I can not find where to declare the CLICKHOUSE_HOST variables. I'm rolling out via terraform/helm chart / terraform: │ 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.