From bbd3acc9fd3350617e31fbca4a23b3b6c819465e Mon Sep 17 00:00:00 2001 From: Richard Simpson Date: Thu, 12 Mar 2020 14:14:37 -0500 Subject: [PATCH] fix: small issue with url (#435) Fixes a small issue with the vault helm url where the `.` was getting included. --- howto/setup-secret-store/hashicorp-vault.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/howto/setup-secret-store/hashicorp-vault.md b/howto/setup-secret-store/hashicorp-vault.md index ee5289a83..05eec0f3d 100644 --- a/howto/setup-secret-store/hashicorp-vault.md +++ b/howto/setup-secret-store/hashicorp-vault.md @@ -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: +For Kubernetes, you can use the Helm Chart: . ## Create the Vault component