Initial code commit + initial automation stuff + etc...
All checks were successful
Deploy the Helm Chart / build (push) Successful in 7s
All checks were successful
Deploy the Helm Chart / build (push) Successful in 7s
This commit is contained in:
parent
6f24ea7563
commit
f40cbdf6dd
12 changed files with 462 additions and 1 deletions
13
README.md
13
README.md
|
|
@ -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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue