Просмотр исходного кода

fix: typo (#1894)

Signed-off-by: cDR (Taco) <me@codar.nl>

Signed-off-by: cDR (Taco) <me@codar.nl>
cDR (Taco) 3 лет назад
Родитель
Сommit
54f8d47ba8
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      docs/provider/hashicorp-vault.md

+ 1 - 1
docs/provider/hashicorp-vault.md

@@ -279,7 +279,7 @@ A static token is stored in a `Kind=Secret` and is used to authenticate with vau
 #### Kubernetes authentication
 
 [Kubernetes-native authentication](https://www.vaultproject.io/docs/auth/kubernetes) has three
-options of optaining credentials for vault:
+options of obtaining credentials for vault:
 
 1.  by using a service account jwt referenced in `serviceAccountRef`
 2.  by using the jwt from a `Kind=Secret` referenced by the `secretRef`