still trying to fix formatting
This commit is contained in:
parent
9193f4ad3a
commit
e0b02b844e
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue