Created
January 4, 2022 18:45
-
-
Save developer-guy/e85db1c3aa9bb92d41f4af1837e2a745 to your computer and use it in GitHub Desktop.
Deploy Vault with Helm dev mode enabled
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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