Files
tools/hashicorp-vault/values.yaml
2024-09-05 19:45:42 +02:00

10 lines
297 B
YAML

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