custom-hashicorp-vault-helm/README.md
Alan Bridgeman 0b611db030
All checks were successful
Deploy the Helm Chart / build (push) Successful in 9s
Small update/correction to README + uncommenting chunk of Forgejo Action automation
2025-12-18 22:34:47 -06:00

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
```