From 5333e8af31e2aa8ce27e7be2f3251ecc80554709 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Valais?= Date: Thu, 8 Aug 2024 10:57:29 +0200 Subject: [PATCH] gateway-api: typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maƫl Valais --- content/docs/usage/gateway.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/usage/gateway.md b/content/docs/usage/gateway.md index 5a6cc75515..c064173631 100644 --- a/content/docs/usage/gateway.md +++ b/content/docs/usage/gateway.md @@ -73,7 +73,7 @@ The corresponding Helm command is: ```sh helm upgrade --install cert-manager jetstack/cert-manager --namespace cert-manager \ --set apiVersion="controller.config.cert-manager.io/v1alpha1" \ - --set config.kind=ControllerConfiguration" \ + --set config.kind="ControllerConfiguration" \ --set config.enableGatewayAPI=true ```