I'm having a problem installing on kubernetes. I f...
# support
c
I'm having a problem installing on kubernetes. I followed the instructions on https://signoz.io/docs/install/kubernetes/others/
helm repo list
NAME URL signoz https://charts.signoz.io
kubectl create ns platform
namespace/platform created
helm --namespace platform install my-release signoz/signoz
Error: parse error at (signoz/charts/clickhouse/charts/zookeeper/charts/common/templates/_secrets.tpl:84): function "lookup" not defined Anyone else get this?
1
s
p
@Prashant Shahi do you have more insights on this
p
Upgrading helm version should resolve this issue.
it seems like this issue exists in Helm versions
3.0.x
and
3.1.x
c
Thanks, that was it! I upgraded to helm 3.9.0 and the installation worked.
👍 2