Helm chart to install OpenBao and other associated components.
Find a file
Ethan J. Brown e629dc9d65
Add volumes and env vars to helm hook test pod (#673)
* Fix test typo

* Add basic server-test Pod tests

 - This covers all existing functionality that matches what's
   present in server-statefulset.bats

* Fix server-test helm hook Pod rendering

 - Properly adhere to the global.enabled flag and the presence of
   the injector.externalVaultAddr setting, the same way that
   the servers StatefulSet behaves

* Add volumes and env vars to helm hook test pod

 - Uses the same extraEnvironmentVars, volumes and volumeMounts set on
   the server statefulset to configure the Vault server test pod used by
   the helm test hook
 - This is necessary in situations where TLS is configured, but the
   certificates are not affiliated with the k8s CA / part of k8s PKI

 - Fixes GH-665
2022-01-19 18:55:56 -08:00
.circleci Disable unit and acceptance tests in CircleCI (#675) 2022-01-11 11:33:09 -08:00
.github Run CI tests in github workflows (#657) 2021-12-10 17:11:35 -08:00
templates Add volumes and env vars to helm hook test pod (#673) 2022-01-19 18:55:56 -08:00
test Add volumes and env vars to helm hook test pod (#673) 2022-01-19 18:55:56 -08: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 Add volumes and env vars to helm hook test pod (#673) 2022-01-19 18:55:56 -08:00
Chart.yaml vault-helm 0.18.0 release (#650) 2021-11-17 15:46:28 -08: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 Set kubeVersion and added chart-verifier tests (#510) 2021-05-10 16:56:31 -07:00
values.openshift.yaml vault-helm 0.18.0 release (#650) 2021-11-17 15:46:28 -08:00
values.schema.json csi: ability to set priorityClassName for csi daemonset pods (#670) 2022-01-04 14:10:56 -08:00
values.yaml Fixed a small typo (#672) 2022-01-07 14:37:51 -08: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.