custom-hashicorp-vault-helm/README.md
Alan Bridgeman f40cbdf6dd
All checks were successful
Deploy the Helm Chart / build (push) Successful in 7s
Initial code commit + initial automation stuff + etc...
2025-12-18 22:23:37 -06:00

13 lines
No EOL
453 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://charts.bridgemanaccessible.ca/"
condition: vault.enabled
```