Skip to content

Commit

Permalink
Backport of Fix formatting codeblocks on APIgw docs into release/1.16…
Browse files Browse the repository at this point in the history
….x (#17972)

* backport of commit 1c8b715

* backport of commit 0d690d9

---------

Co-authored-by: Tu Nguyen <im2nguyen@gmail.com>
  • Loading branch information
hc-github-team-consul-core and im2nguyen authored Jun 30, 2023
1 parent 04e31cc commit c11d89d
Showing 1 changed file with 8 additions and 8 deletions.
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

0 comments on commit c11d89d

Please sign in to comment.