Fix K8s secrets docs typo (#15695)

This commit is contained in:
Jim Kalafut 2022-05-31 08:10:15 -07:00 committed by GitHub
parent e762bb2de3
commit 4a8b5d909e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ and [Kubernetes RBAC](https://kubernetes.io/docs/reference/access-authn-authz/rb
documentation. documentation.
~> **Note:** We do not recommend using tokens created by the Kubernetes Secrets Engine to ~> **Note:** We do not recommend using tokens created by the Kubernetes Secrets Engine to
authenticate with the [Vault Kuberenetes Auth Method](/docs/auth/kubernetes). This will authenticate with the [Vault Kubernetes Auth Method](/docs/auth/kubernetes). This will
generate many unique identities in Vault that will be hard to manage. generate many unique identities in Vault that will be hard to manage.
## Setup ## Setup