From 0508ca13985b43cad2ea612a0e3a5938b5b1799b Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Sat, 14 May 2022 14:02:09 +0700 Subject: [PATCH] docs: fix typo --- docs/src/reference/secret-management.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/reference/secret-management.md b/docs/src/reference/secret-management.md index 113baa7e..9a1e4e27 100644 --- a/docs/src/reference/secret-management.md +++ b/docs/src/reference/secret-management.md @@ -2,7 +2,7 @@ ## Overview -- Secret are stored in [HashiCorp Vault](https://www.vaultproject.io) +- Secrets are stored in [HashiCorp Vault](https://www.vaultproject.io) - Vault is managed with [Vault Operator (Bank Vaults)](https://banzaicloud.com/docs/bank-vaults/operator), automatically initialize and unseal - Secrets that can be generated are automatically generated and stored in Vault. - Integrate with GitOps using [External Secrets Operator](https://external-secrets.io)