mirror of https://github.com/dapr/docs.git
fix: small issue with url (#435)
Fixes a small issue with the vault helm url where the `.` was getting included.
This commit is contained in:
parent
33aede0aff
commit
bbd3acc9fd
|
@ -6,7 +6,7 @@ This document shows how to enable Hashicorp Vault secret store using [Dapr Secre
|
|||
|
||||
Setup Hashicorp Vault using the Vault documentation: https://www.vaultproject.io/docs/install/index.html.
|
||||
|
||||
For Kubernetes, you can use the Helm Chart: <https://github.com/hashicorp/vault-helm.>
|
||||
For Kubernetes, you can use the Helm Chart: <https://github.com/hashicorp/vault-helm>.
|
||||
|
||||
## Create the Vault component
|
||||
|
||||
|
|
Loading…
Reference in New Issue