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
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?