Unable deploy Dremio to Kubernetes with Helm

I’m trying deploy Dremio to own Kubernetes Cluster.

I clone GitHub - dremio/dremio-cloud-tools: Dremio Container Tools
and run:

cd dremio-cloud-tools/charts/
helm install 4.8 dremio_v2 -f dremio_v2/values.yaml

and got error:

Error: template: dremio/templates/dremio-service-client.yaml:8:8: executing “dremio/templates/dremio-service-client.yaml” at <include “dremio.service.labels” $>: error calling include: template: dremio/templates/_helpers_general.tpl:38:32: executing “dremio.service.labels” at <$.Values.service.labels>: nil pointer evaluating interface {}.labels

I use Helm version:

version.BuildInfo{Version:“v3.2.4”, GitCommit:“0ad800ef43d3b826f31a5ad8dfbb4fe05d143688”, GitTreeState:“clean”, GoVersion:“go1.13.12”}

Can anybody help me?
What I did wrong?

Hi alexdi, can I please ask you if you used the Chart as-is or did some modifications?

Hi, I fixed the problem. I changed parameter “LoadBalancer” to “ClusterIP” and all was fine )))