Helm chart to install OpenBao and other associated components.
Find a file
jessebot 5544941fff begin changes to using openbao everywhere instead of vault
also begin massive change over to using helm's official chart release and testing actions

Signed-off-by: jessebot <jessebot@linux.com>
2024-05-17 08:18:38 -04:00
.github begin changes to using openbao everywhere instead of vault 2024-05-17 08:18:38 -04:00
charts/openbao begin changes to using openbao everywhere instead of vault 2024-05-17 08:18:38 -04:00
test injector: add get for nodes in clusterrole (#1005) 2024-03-18 21:55:51 -07:00
.gitignore Update code owners (#1006) 2024-03-19 16:07:57 -04:00
CHANGELOG.md injector: add get for nodes in clusterrole (#1005) 2024-03-18 21:55:51 -07:00
CODEOWNERS Update code owners (#1006) 2024-03-19 16:07:57 -04:00
CONTRIBUTING.md update CONTRIBUTING.md (#677) 2022-01-12 10:12:19 -08:00
LICENSE [COMPLIANCE] Add MPL 2.0 LICENSE (#800) 2022-10-12 14:55:30 -07:00
Makefile Test against k8s 1.29 (#1003) 2024-03-11 15:23:14 -04:00
README.md begin changes to using openbao everywhere instead of vault 2024-05-17 08:18:38 -04:00

OpenBao Helm Chart

⚠️ Please note: We take OpenBao's security and our users' trust very seriously. If you believe you have found a security issue in OpenBao Helm, please responsibly disclose by contacting us at .

This repository contains the OpenBao Helm chart for installing and configuring OpenBao on Kubernetes. This chart supports multiple use cases of OpenBao 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.12+ - Earliest verison tested
  • Kubernetes 1.28+ - 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 openbao https://openbao.github.io/openbao-helm

helm install openbao openbao/openbao

Please see the many options supported in the values.yaml file. These are also fully documented directly in the openbao README along with more detailed installation instructions.