13 lines
No EOL
451 B
Markdown
13 lines
No EOL
451 B
Markdown
# Customized Hashicorp Vault Implementation - Helm Chart
|
|
This repository is meant to hold the helm chart to be able to deploy the customized Hashicorp Vault implementation to a Kubernetes cluster using the Helm software.
|
|
|
|
## Including as a dependency
|
|
To use this chart as a dependency:
|
|
|
|
```yaml
|
|
dependencies:
|
|
- name: ba-custom-hashicorp-vault
|
|
version: 1.0.0
|
|
repository: "https://helm.bridgemanaccessible.ca/"
|
|
condition: vault.enabled
|
|
``` |