Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions website/content/docs/api-gateway/usage/usage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,21 @@ Configure your [`Gateway`](/consul/docs/api-gateway/configuration/gateway) and [

<CodeBlockConfig hideClipboard filename="values.yaml">

```yaml
apiGateway:
enabled: true
managedGatewayClass:
```
```yaml
apiGateway:
enabled: true
managedGatewayClass:
```

</CodeBlockConfig>

## Apply configurations

Issue the `kubectl apply` command to implement the configurations:

```shell-session
$ kubectl apply -f gateway.yaml routes.yaml
```
```shell-session
$ kubectl apply -f gateway.yaml routes.yaml
```


<!--- Commented out per https://github.com/hashicorp/consul/pull/11951/files#r791204596
Expand Down