From e3fdcec252d34bc3a55c2f32de3d9639d4d172b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Mauricio=20G=C3=B3mez=20P?= Date: Wed, 21 Feb 2024 17:30:42 -0500 Subject: [PATCH] Update docs/features/kubernetes/authstrategies.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jamie Klassen Signed-off-by: Andrés Mauricio Gómez P --- docs/features/kubernetes/authstrategies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/kubernetes/authstrategies.md b/docs/features/kubernetes/authstrategies.md index 6d33ff0769..af2da6bdfd 100644 --- a/docs/features/kubernetes/authstrategies.md +++ b/docs/features/kubernetes/authstrategies.md @@ -54,7 +54,7 @@ Something to highlight is that the `getCredential` method on an `AuthenticationS - A bearer token - A x509 client certificate and key -- It could be an anonymous authentication +- Anonymous authentication ```ts title="plugins/kubernetes-node/src/types/types.ts" export type KubernetesCredential =