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 ```