diff --git a/website/content/docs/secrets/kubernetes.mdx b/website/content/docs/secrets/kubernetes.mdx index 8be2974a1..d3f4b48bc 100644 --- a/website/content/docs/secrets/kubernetes.mdx +++ b/website/content/docs/secrets/kubernetes.mdx @@ -21,7 +21,7 @@ and [Kubernetes RBAC](https://kubernetes.io/docs/reference/access-authn-authz/rb documentation. ~> **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. ## Setup @@ -340,4 +340,4 @@ service_account_token eyJHbGci0iJSUzI1Ni... ## API The Kubernetes Secrets Engine has a full HTTP API. Please see the -[Kubernetes Secrets Engine API docs](/api-docs/secret/kubernetes) for more details. \ No newline at end of file +[Kubernetes Secrets Engine API docs](/api-docs/secret/kubernetes) for more details.