Helm chart to install OpenBao and other associated components.
Find a file
Jason O'Donnell 853cb06842
Add OpenShift beta support (#319)
* Initial commit

* Added openshift flag

* added self signed certificate for service annotation

* added OpenShift flag

* Added OpenShift flag

* cleanup

* Cleanup

* Further cleanup

* Further cleanup

* reverted security context on injector

* Extra corrections

* cleanup

* Removed Raft config for OpenShift, removed generated certs for ha and standby services

* Add openshift flag to global block, route disabled by default, condition for injector in network policy

* Added Unit tests for OpenShift

* Fixed unit test for HA statefulset for OpenShift

* Removed debug log level from stateful set

* Added port 8201 to networkpolicy

* Updated injector image

* Add openshift beta support

* Add openshift beta support

* Remove comments from configs

* Remove vault-k8s note from values

* Change route to use active service when HA

Co-authored-by: Radu Domnu <radu.domnu@sixdx.com>
Co-authored-by: Radu Domnu <radu.domnu@gmail.com>
2020-06-02 22:10:41 -04:00
.circleci check that git tag == chart tag on tagged releases (#316) 2020-06-02 11:38:59 -04:00
templates Add OpenShift beta support (#319) 2020-06-02 22:10:41 -04:00
test Add OpenShift beta support (#319) 2020-06-02 22:10:41 -04:00
.gitignore Fix audit storage mount in HA mode (#79) 2019-10-10 10:03:44 -04:00
.helmignore Ignore bin dirs 2018-08-20 17:30:52 -07:00
CHANGELOG.md changelog++ 2020-06-02 10:12:13 -04:00
Chart.yaml Update to 0.5.0 (#253) 2020-04-09 09:51:37 -04:00
CONTRIBUTING.md Helm 3 support (#195) 2020-02-06 08:44:38 -08:00
LICENSE.md Add license 2018-08-17 22:09:05 -07:00
Makefile Get acceptance tests running against GKE in CI - merges to master only. (#291) 2020-05-27 17:21:16 +01:00
README.md updated readme with the helm repo info (#308) 2020-05-20 09:15:55 -07:00
values.yaml Add OpenShift beta support (#319) 2020-06-02 22:10:41 -04:00

Vault Helm Chart

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 and 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.9+ - This is the earliest version of Kubernetes tested. It is possible that this chart works with earlier versions but it is untested. Other versions verified are Kubernetes 1.10, 1.11.

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.