Backport of Fix formatting codeblocks on APIgw docs into release/1.16.x (#17972)
* backport of commit 1c8b71521297965bf04034caed10d29586084447 * backport of commit 0d690d9eb6d6f29bb2771f59c1a3c707360d92a5 --------- Co-authored-by: Tu Nguyen <im2nguyen@gmail.com>
This commit is contained in:
parent
5be3ee444e
commit
8b41480c63
|
@ -22,11 +22,11 @@ Configure your [`Gateway`](/consul/docs/api-gateway/configuration/gateway) and [
|
||||||
|
|
||||||
<CodeBlockConfig hideClipboard filename="values.yaml">
|
<CodeBlockConfig hideClipboard filename="values.yaml">
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
apiGateway:
|
apiGateway:
|
||||||
enabled: true
|
enabled: true
|
||||||
managedGatewayClass:
|
managedGatewayClass:
|
||||||
```
|
```
|
||||||
|
|
||||||
</CodeBlockConfig>
|
</CodeBlockConfig>
|
||||||
|
|
||||||
|
@ -34,9 +34,9 @@ Configure your [`Gateway`](/consul/docs/api-gateway/configuration/gateway) and [
|
||||||
|
|
||||||
Issue the `kubectl apply` command to implement the configurations:
|
Issue the `kubectl apply` command to implement the configurations:
|
||||||
|
|
||||||
```shell-session
|
```shell-session
|
||||||
$ kubectl apply -f gateway.yaml routes.yaml
|
$ kubectl apply -f gateway.yaml routes.yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
<!--- Commented out per https://github.com/hashicorp/consul/pull/11951/files#r791204596
|
<!--- Commented out per https://github.com/hashicorp/consul/pull/11951/files#r791204596
|
||||||
|
|
Loading…
Reference in New Issue