Hi,
I have cloned dremio-cloud-tools and executed helm install. There are parse errors on very obvious helm builtin functions (mustDeepCopy, mustMergeOverwrite, as well as get).
$ git clone https://github.com/dremio/dremio-cloud-tools.git
$ cd dremio-cloud-tools/charts
$ helm install dremio_v2 -f dremio_v2/values.yaml
Error: parse error in "dremio/templates/dremio-configmap.yaml": template: dremio/templates/dremio-configmap.yaml:22: function "mustDeepCopy" not defined
Please advise what is going wrong that is not described in the readme?
My helm version,
$ which helm
/usr/local/bin/helm
$ ls -l /usr/local/bin/helm
/usr/local/bin/helm -> ../Cellar/helm/3.2.4_1/bin/helm
Thomas