Skip to content

Commit

Permalink
gateway-api: typo
Browse files Browse the repository at this point in the history
Signed-off-by: Maël Valais <[email protected]>
  • Loading branch information
maelvls committed Aug 8, 2024
1 parent cd83dea commit ff1e41a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/usage/gateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ 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.apiVersion="controller.config.cert-manager.io/v1alpha1" \
--set config.kind="ControllerConfiguration" \
--set config.enableGatewayAPI=true
```

Expand Down

0 comments on commit ff1e41a

Please sign in to comment.