Helm chart to install OpenBao and other associated components.
Find a file
Ethan J. Brown 4ae52c8bd3
Remove unncessary template calls (#712)
- As part of VAULT-571 / #703 in 7109159, a new vault.serverEnabled
   template was added (and included in vault.mode)

   Various templates were updated accordingly, but those that were
   already calling vault.mode had an additonal call to
   vault.serverEnabled made which was unnecessary

   Remove those
2022-04-12 22:54:54 -07:00
.circleci change helm trigger branch from master to main (#700) 2022-03-03 10:10:42 -08:00
.github Update k8s versions (#706) 2022-03-21 10:29:03 -07:00
templates Remove unncessary template calls (#712) 2022-04-12 22:54:54 -07:00
test Support policy/v1 disruptionbudget beyond kube 1.21 (#710) 2022-04-04 22:26:16 -07: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 Support policy/v1 disruptionbudget beyond kube 1.21 (#710) 2022-04-04 22:26:16 -07:00
Chart.yaml Update k8s versions (#706) 2022-03-21 10:29:03 -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 Updating acceptance tests (#624) 2021-10-11 14:12:55 -07:00
README.md Update k8s versions (#706) 2022-03-21 10:29:03 -07:00
values.openshift.yaml vault: bump image to 1.9.3 (#695) 2022-03-01 17:30:07 -08:00
values.schema.json Fix values schema to support config in YAML (#684) 2022-03-28 12:20:36 +01:00
values.yaml VAULT-571 Matching documented behavior and consul (#703) 2022-03-21 09:50:23 -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.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.