From 7610a8b2dd011404c74653769176d6e9564fbebd Mon Sep 17 00:00:00 2001 From: dherman Date: Wed, 30 Oct 2019 13:15:29 -0400 Subject: [PATCH] correct the spelling of hashicorp (#2599) --- docs/operator-manual/secret-management.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/operator-manual/secret-management.md b/docs/operator-manual/secret-management.md index 97bad0805c..bc94f61601 100644 --- a/docs/operator-manual/secret-management.md +++ b/docs/operator-manual/secret-management.md @@ -4,8 +4,8 @@ Argo CD is un-opinionated about how secrets are managed. There's many ways to do * [Bitnami Sealed Secrets](https://github.com/bitnami-labs/sealed-secrets) * [Godaddy Kubernetes External Secrets](https://github.com/godaddy/kubernetes-external-secrets) -* [Hasicorp Vault](https://www.vaultproject.io) +* [Hashicorp Vault](https://www.vaultproject.io) * [Helm Secrets](https://github.com/futuresimple/helm-secrets) * [Kustomize secret generator plugins](https://github.com/kubernetes-sigs/kustomize/blob/fd7a353df6cece4629b8e8ad56b71e30636f38fc/examples/kvSourceGoPlugin.md#secret-values-from-anywhere) -For discussion, see [#1364](https://github.com/argoproj/argo-cd/issues/1364) \ No newline at end of file +For discussion, see [#1364](https://github.com/argoproj/argo-cd/issues/1364)