still trying to fix formatting

This commit is contained in:
trujillo-adam 2022-01-27 10:55:13 -08:00
parent 9193f4ad3a
commit e0b02b844e
1 changed files with 4 additions and 4 deletions

View File

@ -32,7 +32,7 @@ $ kubectl apply --kustomize="github.com/hashicorp/consul-api-gateway/config/crd?
1. Create a values file for your Consul server agents that contains the following parameters:
<CodeBlockConfig hideClipboard filename="values.yaml">
<CodeBlockConfig hideClipboard filename="values.yaml">
```yaml
global:
@ -46,13 +46,13 @@ $ kubectl apply --kustomize="github.com/hashicorp/consul-api-gateway/config/crd?
enabled: true
```
````
</CodeBlockConfig>
</CodeBlockConfig>
1. Install Consul API Gateway using the standard Consul Helm chart and specify the custom values file.
```shell-session
$ helm install consul hashicorp/consul --version 0.40.0 --values values.yaml
````
```
## Usage