Initial code commit + initial automation stuff + etc...
All checks were successful
Deploy the Helm Chart / build (push) Successful in 7s

This commit is contained in:
Alan Bridgeman 2025-12-18 22:23:37 -06:00
parent 6f24ea7563
commit f40cbdf6dd
12 changed files with 462 additions and 1 deletions

View file

@ -1,2 +1,13 @@
# 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.
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
```