mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
fix: typo (#1894)
Signed-off-by: cDR (Taco) <me@codar.nl> Signed-off-by: cDR (Taco) <me@codar.nl>
This commit is contained in:
parent
fdc21faf61
commit
54f8d47ba8
1 changed files with 1 additions and 1 deletions
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue