Helm chart to install OpenBao and other associated components.
Find a file
Arie Lev dcb4b10283
Add container based tests documentation (#492)
* update documentation with running unit tests using container

* promote bats version to 1.3.0

* Update CONTRIBUTING.md

Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>

* Update CONTRIBUTING.md

Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>

Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
2021-04-14 13:05:38 -04:00
.circleci Use docker mirror (#409) 2020-11-23 16:47:25 -08:00
.github Update jira sync github action (#411) 2020-11-16 11:38:03 +00:00
templates Remove redundant logic (#434) 2021-04-14 14:53:52 +01:00
test Add container based tests documentation (#492) 2021-04-14 13:05:38 -04:00
.gitignore Fix audit storage mount in HA mode (#79) 2019-10-10 10:03:44 -04:00
.helmignore Ignore bin dirs 2018-08-20 17:30:52 -07:00
CHANGELOG.md Update to v0.11.0 (#497) 2021-04-14 10:26:33 -04:00
Chart.yaml Update to v0.11.0 (#497) 2021-04-14 10:26:33 -04:00
CONTRIBUTING.md Add container based tests documentation (#492) 2021-04-14 13:05:38 -04:00
LICENSE.md Add license 2018-08-17 22:09:05 -07:00
Makefile Minor updates for Makefile (#355) 2020-07-30 10:16:47 -04:00
README.md Remove extra word in readme (#482) 2021-03-29 18:12:09 -07:00
values.yaml Update to v0.11.0 (#497) 2021-04-14 10:26:33 -04:00

Vault Helm Chart

⚠️ Please note: We take Vault's security and our users' trust very seriously. If you believe you have found a security issue in Vault Helm, please responsibly disclose by contacting us at security@hashicorp.com.

This repository contains the official HashiCorp Helm chart for installing and configuring Vault on Kubernetes. This chart supports multiple use cases of Vault on Kubernetes depending on the values provided.

For full documentation on this Helm chart along with all the ways you can use Vault with Kubernetes, please see the Vault and Kubernetes documentation.

Prerequisites

To use the charts here, Helm must be configured for your Kubernetes cluster. Setting up Kubernetes and Helm is outside the scope of this README. Please refer to the Kubernetes and Helm documentation.

The versions required are:

  • Helm 3.0+ - This is the earliest version of Helm tested. It is possible it works with earlier versions but this chart is untested for those versions.
  • Kubernetes 1.9+ - This is the earliest version of Kubernetes tested. It is possible that this chart works with earlier versions but it is untested. Other versions verified are Kubernetes 1.10, 1.11.

Usage

To install the latest version of this chart, add the Hashicorp helm repository and run helm install:

$ helm repo add hashicorp https://helm.releases.hashicorp.com
"hashicorp" has been added to your repositories

$ helm install vault hashicorp/vault

Please see the many options supported in the values.yaml file. These are also fully documented directly on the Vault website along with more detailed installation instructions.