Helm chart to install OpenBao and other associated components.
Find a file
2019-12-19 11:49:50 -05:00
.circleci build: add circleci config for executing bats unit tests 2019-09-26 20:22:44 -07:00
templates Add vault agent injector (#150) 2019-12-19 10:57:51 -05:00
test Add vault agent injector (#150) 2019-12-19 10:57:51 -05: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 0.3.0 (#154) 2019-12-19 11:49:50 -05:00
Chart.yaml Update to 0.3.0 (#154) 2019-12-19 11:49:50 -05:00
CONTRIBUTING.md Address K8s Deprecation of Kubelet security controls. Remove Whitespaces. (#24) 2019-08-22 11:05:31 -04:00
LICENSE.md Add license 2018-08-17 22:09:05 -07:00
Makefile test: add test targets for running bats via docker to Makefile 2019-09-26 20:00:57 -07:00
README.md Update to 0.3.0 (#154) 2019-12-19 11:49:50 -05:00
values.yaml Update to 0.3.0 (#154) 2019-12-19 11:49:50 -05:00

Vault Helm Chart

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 installed in your Kubernetes cluster. Setting up Kubernetes and Helm and is outside the scope of this README. Please refer to the Kubernetes and Helm documentation.

The versions required are:

  • Helm 2.10+ - 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

For now, we do not host a chart repository. To use the charts, you must download this repository and unpack it into a directory. Either download a tagged release 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

Please see the many options supported in the values.yaml file. These are also fully documented directly on the Vault website.