Helm chart to install OpenBao and other associated components.
Find a file
Christopher Swenson 99d745ca0c
Update vault-k8s to 1.0.0 (#784)
Update vault-k8s to 1.0.0

Also update Kubernetes versions tested against, including adding 1.25

Update consul in tests for Kubernetes 1.25 support
2022-09-07 17:21:47 -07:00
.circleci change helm trigger branch from master to main (#700) 2022-03-03 10:10:42 -08:00
.github Update vault-k8s to 1.0.0 (#784) 2022-09-07 17:21:47 -07:00
templates Add support for the Prometheus Operator (#772) 2022-09-01 13:07:49 -06:00
test Update vault-k8s to 1.0.0 (#784) 2022-09-07 17:21:47 -07:00
.gitignore feature: Support configuring various properties as YAML directly. (#565) 2021-07-07 19:07:58 -04:00
.helmignore Update .helmignore (#732) 2022-06-02 14:25:52 -07:00
CHANGELOG.md Update vault-k8s to 1.0.0 (#784) 2022-09-07 17:21:47 -07:00
Chart.yaml Prepare for 0.21.0 release (#771) 2022-08-10 14:54:49 -07:00
CONTRIBUTING.md update CONTRIBUTING.md (#677) 2022-01-12 10:12:19 -08:00
LICENSE.md Add license 2018-08-17 22:09:05 -07:00
Makefile Update vault-k8s to 1.0.0 (#784) 2022-09-07 17:21:47 -07:00
README.md Update minimum required helm version in readme (#730) 2022-05-19 23:23:09 -07:00
values.openshift.yaml Update vault-k8s to 1.0.0 (#784) 2022-09-07 17:21:47 -07:00
values.schema.json csi/server.statefulset: custom security context (#767) 2022-08-08 12:48:28 -07:00
values.yaml Update vault-k8s to 1.0.0 (#784) 2022-09-07 17:21: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.6+
  • Kubernetes 1.16+ - 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.