Hi,
I’m trying to install Vault using the Helm chart provided in GitHub - hashicorp/vault-helm: Helm chart to install Vault and other associated components.. However, after adding the hashicorp repo to Helm, I get an error when running the helm install command, i.e. with and without explicit version number:
eladavid$ helm install vault hashicorp/vault
Error: Chart.yaml file is missing
eladavid$ helm install vault hashicorp/vault --version 0.9.0
Error: Chart.yaml file is missing
I’m able to install other Helm charts (i.e. nginx), so it doesn’t seem like the issue is Helm. I’ve downloaded the package contents from the official hub (vault 0.9.0 · helm/hashicorp), and I do see a Chart.yaml file. Anything else I might be missing?
Thanks,
Elaine