fixed typos in CAPIgw usage docs

This commit is contained in:
trujillo-adam 2022-09-23 09:23:21 -07:00
parent 2203cdc4db
commit b7fe014cbf
1 changed files with 3 additions and 3 deletions

View File

@ -15,8 +15,8 @@ This topic describes how to use Consul API Gateway.
Complete the following steps to use Consul API Gateway in your network.
1. Verify that the [requirements](/docs/api-gateway/tech-specs) have been met.
1. Verify that the Consul API Gateway CRDs and controller have been installed and applied (see [Installation](/docs/api-gateway/install)).
1. Configure your [`Gateway`](/docs/api-gateway/configuration/gateway) and [`Routes`](/docs/api-gateway/configuration/routes) . as describe in the [Configuration](/docs/api-gateway/configuration) section.
1. Verify that the Consul API Gateway CRDs and controller have been installed and applied. Refer to [Installation](/docs/api-gateway/install) for details.
1. Configure your [`Gateway`](/docs/api-gateway/configuration/gateway) and [`Routes`](/docs/api-gateway/configuration/routes) as describe in the [Configuration](/docs/api-gateway/configuration) section.
<CodeBlockConfig hideClipboard filename="values.yaml">
@ -28,7 +28,7 @@ Complete the following steps to use Consul API Gateway in your network.
</CodeBlockConfig>
1. Issue the `kubectl apply` command to implement the configurations, e.g.:
1. Issue the `kubectl apply` command to implement the configurations:
```shell-session
$ kubectl apply -f gateway.yaml routes.yaml