Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save developer-guy/e85db1c3aa9bb92d41f4af1837e2a745 to your computer and use it in GitHub Desktop.
Save developer-guy/e85db1c3aa9bb92d41f4af1837e2a745 to your computer and use it in GitHub Desktop.
Deploy Vault with Helm dev mode enabled
$ helm repo add hashicorp https://helm.releases.hashicorp.com
$ helm repo update
$ helm upgrade --install vault hashicorp/vault \
--set "injector.enabled=false" \
--set "server.dev.enabled=true"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment