From 62e195bbf10f338342c7e941c078dbcf2be05f62 Mon Sep 17 00:00:00 2001 From: sarahalsmiller <100602640+sarahalsmiller@users.noreply.github.com> Date: Fri, 5 Aug 2022 09:59:15 -0500 Subject: [PATCH] Update website/content/docs/api-gateway/configuration/gatewayclassconfig.mdx Co-authored-by: Tu Nguyen --- .../docs/api-gateway/configuration/gatewayclassconfig.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/api-gateway/configuration/gatewayclassconfig.mdx b/website/content/docs/api-gateway/configuration/gatewayclassconfig.mdx index 996f2f71ca..92c695a248 100644 --- a/website/content/docs/api-gateway/configuration/gatewayclassconfig.mdx +++ b/website/content/docs/api-gateway/configuration/gatewayclassconfig.mdx @@ -58,7 +58,7 @@ Specifies the address of the Consul server that the `Gateway` communicates with * Default: local agent ### consul.authentication.account -Specifies the Kubernetes service account to use for authentication. +Specifies the [Kubernetes service account](https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/) to use for authentication. * Type: string * Required: optional