updated readme with the helm repo info (#308)

This commit is contained in:
Theron Voran 2020-05-20 09:15:55 -07:00 committed by GitHub
parent ac6089c45e
commit dd8e3a230c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,9 +10,9 @@ use Vault with Kubernetes, please see the
## Prerequisites ## Prerequisites
To use the charts here, [Helm](https://helm.sh/) must be installed in your To use the charts here, [Helm](https://helm.sh/) must be configured for your
Kubernetes cluster. Setting up Kubernetes and Helm and is outside the scope Kubernetes cluster. Setting up Kubernetes and Helm and is outside the scope of
of this README. Please refer to the Kubernetes and Helm documentation. this README. Please refer to the Kubernetes and Helm documentation.
The versions required are: The versions required are:
@ -24,15 +24,17 @@ The versions required are:
## Usage ## Usage
For now, we do not host a chart repository. To use the charts, you must To install the latest version of this chart, add the Hashicorp helm repository
download this repository and unpack it into a directory. Either and run `helm install`:
[download a tagged release](https://github.com/hashicorp/vault-helm/releases) or
use `git checkout` to a tagged release.
Assuming this repository was unpacked into the directory `vault-helm`, the chart can
then be installed directly:
helm install ./vault-helm ```console
$ helm repo add hashicorp https://helm.releases.hashicorp.com
"hashicorp" has been added to your repositories
Please see the many options supported in the `values.yaml` $ helm install vault hashicorp/vault
file. These are also fully documented directly on the ```
[Vault website](https://www.vaultproject.io/docs/platform/k8s/helm).
Please see the many options supported in the `values.yaml` file. These are also
fully documented directly on the [Vault
website](https://www.vaultproject.io/docs/platform/k8s/helm) along with more
detailed installation instructions.