Not able to install vault injector in minikube

I’m trying to store some secrets on external hashicorp vault. But when i try to install with the command:

helm install vault hashicorp/vault --set=“injector.enabled=true”

On my minikube cluster it raises following error:

Error: parse error at (vault/templates/prometheus-prometheusrules.yaml:1): unclosed action

My O.S is Ubuntu 20.04

Helm version: version.BuildInfo{Version:“v3.4.1”, GitCommit:“c4e74854886b2efe3321e185578e6db9be0a6e29”, GitTreeState:“clean”, GoVersion:“go1.14.11”}

Please any help to continue, i’m stuck with this for 2 days…

Thanks in advance

Upgrade to a newer version of Helm.

1 Like

Thank you so much guy… that was the error. It is working now.