Helm chart to install OpenBao and other associated components.
Find a file
2021-11-22 15:24:38 -06:00
.circleci Update chart verifier (#579) 2021-07-29 14:51:35 -07:00
.github Update jira sync github action (#411) 2020-11-16 11:38:03 +00:00
templates Implemented support for topology spread constraints 2021-09-17 16:30:49 -07:00
test Implement injector HA statefulset topology UTs 2021-11-22 15:24:38 -06:00
.gitignore feature: Support configuring various properties as YAML directly. (#565) 2021-07-07 19:07:58 -04:00
.helmignore Ignore bin dirs 2018-08-20 17:30:52 -07:00
CHANGELOG.md vault 0.16.0 release (#612) 2021-09-16 09:39:59 -07:00
Chart.yaml vault 0.16.0 release (#612) 2021-09-16 09:39:59 -07:00
CONTRIBUTING.md fix CONTRIBUTING.md (#501) 2021-05-12 10:44:11 -04:00
LICENSE.md Add license 2018-08-17 22:09:05 -07:00
Makefile Update the default vault agent image to come from the hashicorp docker organization. (#567) 2021-07-12 13:00:12 -04:00
README.md Set kubeVersion and added chart-verifier tests (#510) 2021-05-10 16:56:31 -07:00
values.openshift.yaml vault 0.16.0 release (#612) 2021-09-16 09:39:59 -07:00
values.schema.json Implement injector deployment topology spread UTs 2021-11-22 15:12:17 -06:00
values.yaml Update values.yaml 2021-09-27 15:19:47 -07: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.14+ - This is the earliest version of Kubernetes tested. It is possible that this chart works with earlier versions but it is untested.

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.