k8s-lab/k3s/rpi/dev-stuff/vault/instruction.txt

12 lines
337 B
Plaintext
Raw Normal View History

2025-06-21 20:36:29 +00:00
# Ref - https://developer.hashicorp.com/vault/docs/platform/k8s/helm
# Add vault repo to Helm
helm repo add hashicorp https://helm.releases.hashicorp.com
# Get chart values and customize them
helm show values hashicorp/vault > values.yaml
# Install vault
helm install vault hashicorp/vault --namespace dev-stuff --values values.yaml