From 43e4f09a1633306a25b210091b43291e75c88712 Mon Sep 17 00:00:00 2001 From: Sarah Alsmiller Date: Tue, 26 Jul 2022 12:42:46 -0500 Subject: [PATCH] update controllername to match previous style --- .../content/docs/api-gateway/configuration/gatewayclass.mdx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/website/content/docs/api-gateway/configuration/gatewayclass.mdx b/website/content/docs/api-gateway/configuration/gatewayclass.mdx index 0c57ad6c04..918b872523 100644 --- a/website/content/docs/api-gateway/configuration/gatewayclass.mdx +++ b/website/content/docs/api-gateway/configuration/gatewayclass.mdx @@ -33,10 +33,13 @@ The `GatewayClass` resource is a generic kubernetes gateway object. For configur This topic provides details about the configuration parameters. ### controllerName -The name of the controller that is managing the gateways of this class. When using Consul API Gateway, this value should be equal to `'hashicorp.com/consul-api-gateway-controller'` +The name of the controller that is managing the gateways of this class. * Type: string * Required: required +You must specify the following value: +* `'hashicorp.com/consul-api-gateway-controller'` + ### parametersRef An object that defines additional configuration required by the gateway controller. * Type: object