1
0
Fork 0

feat: add vault

This commit is contained in:
Vojtěch Mareš 2022-09-03 13:57:08 +02:00
parent e2d1468db7
commit 152d191adc
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D
3 changed files with 71 additions and 0 deletions

15
apps/vault/Chart.yaml Normal file
View file

@ -0,0 +1,15 @@
apiVersion: v2
name: vault
description: A Helm chart for Kubernetes
type: application
version: 0.1.0
appVersion: "1.0"
dependencies:
- name: vault
version: 0.21.0
repository: https://helm.releases.hashicorp.com
# Consul is storage for Vault (required in HA mode)
- name: consul
version: 0.21.0
repository: https://helm.releases.hashicorp.com