add hashicorp vault

This commit is contained in:
2024-09-05 18:08:57 +02:00
parent ddb0112696
commit 042e5b8767
7 changed files with 80 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
vault: &vault_config {}
tool:
# kind: 'SubChart' or 'HelmChart', if subchart then uncomment Chart.yaml dependency, else comment and use tool library with helm chart template
kind: 'SubChart'
repo: https://helm.releases.hashicorp.com
chart: vault
version: 0.28.1
values: *vault_config