RasaHQ / helm-charts

Helm charts for Rasa products
https://rasa.com
Apache License 2.0
32 stars 29 forks source link

Seemingly randomly getting an error of function "lookup" not defined #156

Closed chrissound closed 1 year ago

chrissound commented 1 year ago

I'm running into this strange error, when it actually previously worked a few days ago.

I initially got this error with helm upgrade ..., and then get it now with the normal install.

Whats confusing to me is I don't see this path in the repo?

helm install --namespace rasa-initial rasa-initial  rasa/rasa --debug            
install.go:149: [debug] Original chart version: ""
install.go:166: [debug] CHART PATH: /home/chris/.cache/helm/repository/rasa-1.17.7.tgz

Error: parse error at (rasa/charts/postgresql/charts/common/templates/_secrets.tpl:84): function "lookup" not defined
helm.go:75: [debug] parse error at (rasa/charts/postgresql/charts/common/templates/_secrets.tpl:84): function "lookup" not defined
chrissound commented 1 year ago

Ah somehow I had the wrong path and was using on older version of helm (which has this bug according to: https://stackoverflow.com/a/66063655/1663462)