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:
Richard Simpson 2020-03-12 14:14:37 -05:00 committed by GitHub
parent 33aede0aff
commit bbd3acc9fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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